aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 3a00ec036aa6d33ec9bfdb5a047c2f77da0704b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# telegram-based-wojak
Source images and convert script for **based wojak** stickerpack.

Add stickerpack: https://t.me/addstickers/BasedWojak

# Example
Here's the example source images (*left*) and generated stickers (*right*). Notice how stickers are cropped to avoid wasting space.
<div>
 <img src="https://user-images.githubusercontent.com/51545008/129427152-e01bc830-06e4-441a-9d8c-3dccbfb4d025.png" width="45%">
 ----
 <img src="https://user-images.githubusercontent.com/51545008/129426994-2a787714-772d-4010-b295-6ae00346bdbc.png" width="45%">
</div>

# Usage
## Prerequisites
 - [make](https://www.gnu.org/software/make/)
 - [imagemagick](https://imagemagick.org) - used to convert source images into stickers
 - [sxiv](https://github.com/muennich/sxiv) - optional, can be used to gallery-preview stickerpack

## Generating stickerpack
In order to generate telegram-adapted stickers from the images in `src` directory, simply run:
```bash
$ make
```
Generated stickers are located in `out` directory, you can preview them with `sxiv`:
```
$ make view
```

# TODO
 - Automatically publish new stickers using `CircleCI`

# Contributing
Feel free to submit a *Pull Request* and add more stickers!