Source images and convert script for based wojak stickerpack.
Add stickerpack: https://t.me/addstickers/BasedWojak
Here's the example source images (left) and generated stickers (right). Notice how stickers are cropped to avoid wasting space.
- make
- imagemagick - used to convert source images into stickers
- sxiv - optional, can be used to gallery-preview stickerpack
In order to generate telegram-adapted stickers from the images in src
directory, simply run:
$ make
Generated stickers are located in out
directory, you can preview them with sxiv
:
$ make view
- Automatically publish new stickers using
CircleCI
Feel free to submit a Pull Request and add more stickers!