Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-28 | Drop JPEG support | xengineering | |
This is done because of three reasons: - CMake code is simplified - `ImageMagick` dependency is not needed anymore - PNG in contrast to JPEG only uses lossless compression [1] - PNG in contrast to JPEG can store transparent pixels [1] - build time is reduced (not yet relevant but will be) [1]: https://www.adobe.com/creativecloud/file-types/image/comparison/jpeg-vs-png.html | |||
2024-11-28 | Switch to dual-licensing with CC BY-SA and MPL 2.0 | xengineering | |
This repository mixes art and code. Since it is hard to find a suitable license for both dual-licensing is an obvious choice to fix that problem. | |||
2024-11-24 | Document build dependencies | xengineering | |
2024-11-24 | Add README.md with usage instructions | xengineering | |