add readme

This commit is contained in:
tastytea 2022-06-12 04:09:14 +02:00
parent 61604461a1
commit b0b47ed79a
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 11 additions and 0 deletions

11
README Normal file
View File

@ -0,0 +1,11 @@
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.