Go to file
tastytea 988bf87f8a
teapot: remove fingers
2022-06-15 03:14:15 +02:00
svg teapot: remove fingers 2022-06-15 03:14:15 +02:00
.gitignore make script generic and rename it 2022-06-12 04:09:00 +02:00
README Write down colours 2022-06-13 22:07:54 +02:00
colours.txt Write down colours 2022-06-13 22:07:54 +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 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.