From a5220b09d6f19ca69bae78030c7e6405e6322d5d Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Sat, 19 Oct 2024 00:04:14 -0400 Subject: Initial commit: bulk upload --- README.md | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..0c21566 --- /dev/null +++ b/README.md @@ -0,0 +1,62 @@ +# Mosfet stickers + +Drawn With My Own Two Paws™ + +## Dependencies + +- Krita (tested on 5.2.6) +- ImageMagick (tested on 7.1.1.39) +- GNU Make (tested on 4.4.1, other flavors not tested) + +## Workflow + +All stickers are drawn with Krita and saved as `.kra` files in the project +directory. + +I wrote a Makefile to automate exports, because Makefiles were famously +invented for exporting furry stickers, not compiling C/C++. The targets +are: + +- png, 1200×1200, original size (`png/`) +- png, 512×512 (`telegram/`) +- gif, 512×512 (`gif/`) + +To export, exit Krita and run `make`. Krita will export the original-size +pngs in command line mode. Then, ImageMagick will resize them to 512x512 +and convert them to gif. + +`make` tracks file changes, so it only exports `.kra` files that have been +edited since it last ran. + +## History + +| Title | Date | Derived from | +|---------------|---------------|---------------| +| bottom | 2024-10-14 | (scratch) | +| hug | 2024-10-14 | (scratch) | +| yay | 2024-10-14 | hug | +| hammer | 2024-10-15 | bottom | +| headpat | 2024-10-16 | bottom | +| gay | 2024-10-16 | yay | +| dookie | 2024-10-17 | yay | +| money | 2024-10-18 | headpat | + +## Roadmap + +Likely any good furry sticker pack, we need the Seven Deadly Sins. + +- [ ] Pride +- [x] Greed (money) +- [x] Wrath (hammer) +- [ ] Envy +- [x] Lust (bottom) +- [ ] Gluttony +- [ ] Sloth + +## License + +Most stickers are licensed under [CC +BY-SA](https://creativecommons.org/licenses/by-sa/4.0/). Exceptions: + +- dookie incorporates Green Day's album cover which is not my work. + I assert fair use. -- cgit v1.2.3