Go to file
tastytea b0b47ed79a
add readme
2022-06-12 04:09:14 +02:00
svg add symmetric and left-facing blobcat 2022-06-12 02:50:10 +02:00
.gitignore make script generic and rename it 2022-06-12 04:09:00 +02:00
README add readme 2022-06-12 04:09:14 +02:00
generate_raster_images.zsh make script generic and rename it 2022-06-12 04:09:00 +02:00

README

Hello, i collect the Blobcat SVGs i have made here. The license is public domain
or whatever. I don't care.

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.