diff options
author | xengineering <me@xengineering.eu> | 2024-11-28 19:52:51 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-11-28 19:52:51 +0100 |
commit | 3220c741812ab6df93aba2d1d53eab6f693e7401 (patch) | |
tree | 5ace6c104f63cd8fccba2a2d663b90c753fcb6af /README.md | |
parent | 8a8d8af76578970651738ccd6d141333a82ca9d0 (diff) | |
download | graphics-inkscape-3220c741812ab6df93aba2d1d53eab6f693e7401.tar graphics-inkscape-3220c741812ab6df93aba2d1d53eab6f693e7401.tar.zst graphics-inkscape-3220c741812ab6df93aba2d1d53eab6f693e7401.zip |
Drop JPEG support
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
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -20,7 +20,6 @@ output formats. - [Inkscape][1] - [CMake][2] - [Ninja][3] -- [ImageMagick][4] ## Usage @@ -41,4 +40,3 @@ The results are placed inside the `build` folder. [1]: https://inkscape.org [2]: https://cmake.org [3]: https://ninja-build.org -[4]: https://imagemagick.org |