blobcats/README

15 lines
548 B
Plaintext
Raw Normal View History

2022-06-12 04:09:14 +02:00
Hello, i collect the Blobcat SVGs i have made here. The license is public domain
2022-06-13 08:39:48 +02:00
/ CC0 unless otherwise noted in the SVGs metadata.
2022-06-12 16:08:41 +02:00
I used Inkscape to make them, so it's probably best to edit them with
that. Use raster images for displaying, the SVGs get rendered differently
everywhere because SVG. 🙄
2022-06-12 04:09:14 +02:00
Generate WebP images:
./generate_raster_images.zsh
Generate PNG images:
./generate_raster_images.zsh png
Generate 400 pixel wide/high WebP images:
./generate_raster_images.zsh webp 400
You need zsh and imagemagick to run the script.