summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
4 daysSwitch to single CC-BY-SA 4.0 licensexengineering
Providing a separate license for the build system code makes the licensing too complex. It is furthermore questionable if it really improves the legal situation. Thus the only license is chosen based on the primary content. The CC-BY-SA 4.0 matches the main content (graphics) of this repository well.
2024-12-15Rename repository to `graphics-inkscape`testsxengineering
The old name `art-inkscape` is a bit too strict.
2024-11-28Add support for *.ico formatxengineering
This is intended to be used for website favicons. This commit embeds the image only in one size while the ico format can handle multiple of them.
2024-11-28Drop JPEG supportxengineering
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-28Switch to dual-licensing with CC BY-SA and MPL 2.0xengineering
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-24Document build dependenciesxengineering
2024-11-24Add README.md with usage instructionsxengineering