Go to file
tastytea 49bf6f6567
teapot: add arm in background
It looked a bit as if the Blobcat was forced to drink before.
2022-06-13 01:06:57 +02:00
svg teapot: add arm in background 2022-06-13 01:06:57 +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.