summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-11-28 20:52:47 +0100
committerxengineering <me@xengineering.eu>2024-11-28 20:52:47 +0100
commitce503eaa13cf5d81a5710a45af0357156e11cfa0 (patch)
treeaac150ddd60c65f5646152e068ea418ed0c89982 /README.md
parentab0449005c357126907f56ebf4512d53351544ef (diff)
downloadgraphics-inkscape-ce503eaa13cf5d81a5710a45af0357156e11cfa0.tar
graphics-inkscape-ce503eaa13cf5d81a5710a45af0357156e11cfa0.tar.zst
graphics-inkscape-ce503eaa13cf5d81a5710a45af0357156e11cfa0.zip
Add support for *.ico format
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1f64306..3e34b06 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ output formats.
- [Inkscape][1]
- [CMake][2]
- [Ninja][3]
+- [ImageMagick][4]
## Usage
@@ -40,3 +41,4 @@ 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