aboutsummaryrefslogtreecommitdiff
path: root/png.c
Commit message (Collapse)AuthorAgeFilesLines
* main: open file once, in main, and log an error when we failDaniel Eklöf2020-10-011-8/+4
|
* png: disable alphaDaniel Eklöf2020-09-201-4/+4
| | | | We’re displaying a background; there’s nothing behind it...
* Initial commitDaniel Eklöf2020-08-011-0/+143
Can display a single PNG image scaled-to-fit on all outputs.