Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use LOG_DBG if the verification of the format failed | Leonardo Hernández Hernández | 2024-06-11 | 1 | -1/+1 |
| | |||||
* | png: do alpha pre-multiplication manually | Daniel Eklöf | 2024-04-18 | 1 | -3/+27 |
| | | | | | | | | | Something's up with libpng's alpha-mode... it's required to get proper alpha (transparency) on some images, but at the same time, that breaks other images (they are rendered way too dark). Doing the pre-multiplication manually seems to handle all images correctly. | ||||
* | main: open file once, in main, and log an error when we fail | Daniel Eklöf | 2020-10-01 | 1 | -8/+4 |
| | |||||
* | png: disable alpha | Daniel Eklöf | 2020-09-20 | 1 | -4/+4 |
| | | | | We’re displaying a background; there’s nothing behind it... | ||||
* | Initial commit | Daniel Eklöf | 2020-08-01 | 1 | -0/+143 |
Can display a single PNG image scaled-to-fit on all outputs. |