aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* dbg: disable debug logging by defaultDaniel Eklöf2020-09-271-1/+1
|
* make both libpng and libjpeg optionalDaniel Eklöf2020-09-201-3/+15
|
* jpeg: initial support for JPEG images, using libjpegDaniel Eklöf2020-09-201-1/+4
|
* main: render: use scaled width/height when compositing imageDaniel Eklöf2020-09-201-3/+5
|
* Initial commitDaniel Eklöf2020-08-011-0/+421
Can display a single PNG image scaled-to-fit on all outputs.