Go to file
tastytea b8d69dd7ea
blobcat with teapot: bake path transformation in
2022-06-12 23:46:19 +02:00
svg blobcat with teapot: bake path transformation in 2022-06-12 23:46:19 +02:00
.gitignore make script generic and rename it 2022-06-12 04:09:00 +02:00
README add SVG disclaimer 2022-06-12 16:08:41 +02:00
generate_raster_images.zsh remove background in generated images 2022-06-12 22:57:28 +02:00

README

Hello, i collect the Blobcat SVGs i have made here. The license is public domain
or whatever. I don't care.
  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. 🙄

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.