# 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 Note: Per [§2(1)5 of Codeberg's Terms of Use](https://codeberg.org/Codeberg/org/src/branch/main/TermsOfUse.md#2-allowed-content-usage), I cannot upload "Sexually obscene content", but the yiff has to yiff. Therefore, all NSFW stickers are hosted on the `nsfw` branch on [my own cgit server](https://git.fkfd.me/mosfet-stickers.git/tree/?h=nsfw). | 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 | | clown | 2024-10-19 | yay | | lc2k | 2024-10-19 | yay | | grub | 2024-10-19 | lc2k | | deutsch | 2024-10-19 | grub | | coredump | 2024-10-21 | grub | | vore | 2024-10-21 | money | | wurst-nsfw | 2024-10-21 | vore | ## Roadmap Likely any good furry sticker pack, we need the Seven Deadly Sins. - [ ] Pride - [x] Greed (money) - [x] Wrath (hammer) - [ ] Envy - [x] Lust (bottom) - [x] Gluttony (vore) - [ ] 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. - lc2k features the [EECS 370](https://eecs370.github.io/) LC2K pipeline datapath, designed by instructors of the course. The version used was taken from Mark Brehob's slides.