blobcats/README

15 lines
527 B
Plaintext
Raw Normal View History

2022-06-13 22:07:54 +02:00
Hello, i collect Blobcat SVGs i have made here. The license is public domain /
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
2022-06-15 07:24:16 +02:00
everywhere.
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.