Go to file
tastytea a668628d09
add Blobcat with banhammer
2022-07-04 19:11:39 +02:00
svg add Blobcat with banhammer 2022-07-04 19:11:39 +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 remove background in generated images 2022-06-12 22:57:28 +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.