Go to file
tastytea f153bdfa67
use Inkscape SVGs to preserve labels and other useful metadata
I originally used plain SVGs because the Inkscape SVGs contained
metadata like window size and so on. I was made aware that that can be
turned off, so i did that. 😊
2022-06-15 01:02:29 +02:00
svg use Inkscape SVGs to preserve labels and other useful metadata 2022-06-15 01:02:29 +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.