Go to file
tastytea 0ffeece3bf
rotate genchu to make the blobcat's eyes visible
2022-07-11 18:19:31 +02:00
svg rotate genchu to make the blobcat's eyes visible 2022-07-11 18:19:31 +02:00
.gitignore make script generic and rename it 2022-06-12 04:09:00 +02:00
README desnark readme 2022-06-15 07:24:16 +02:00
colours.txt add Blobcat with banhammer 2022-07-04 19:11:39 +02:00
generate_raster_images.zsh update script 2022-07-04 19:18:14 +02:00

README

Hello, i collect Blobcat SVGs i have made here. The license is public domain /
CC0 unless otherwise noted in the SVGs metadata.
  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.

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.