Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main: use fprintf() for usage errors | Daniel Eklöf | 2020-09-27 | 1 | -2/+3 |
| | |||||
* | readme: mention -Dpng=disabled|enabled and -Djpeg=disabled|enabled | Daniel Eklöf | 2020-09-27 | 1 | -0/+4 |
| | |||||
* | readme: initial readme | Daniel Eklöf | 2020-09-27 | 1 | -0/+38 |
| | |||||
* | dbg: disable debug logging by default | Daniel Eklöf | 2020-09-27 | 2 | -2/+2 |
| | |||||
* | make both libpng and libjpeg optional | Daniel Eklöf | 2020-09-20 | 3 | -7/+47 |
| | |||||
* | jpeg: initial support for JPEG images, using libjpeg | Daniel Eklöf | 2020-09-20 | 4 | -2/+131 |
| | |||||
* | main: render: use scaled width/height when compositing image | Daniel Eklöf | 2020-09-20 | 1 | -3/+5 |
| | |||||
* | png: disable alpha | Daniel Eklöf | 2020-09-20 | 1 | -4/+4 |
| | | | | We’re displaying a background; there’s nothing behind it... | ||||
* | license: fix year | Daniel Eklöf | 2020-08-01 | 1 | -1/+1 |
| | |||||
* | Initial commit | Daniel Eklöf | 2020-08-01 | 13 | -0/+1472 |
Can display a single PNG image scaled-to-fit on all outputs. |