Skip to content

sliva0/pixelart2tgs

Repository files navigation

pixelart2tgs

Simple .gif to .tgs converter cli utility.

Source GIF Tg demonstation

Warning

After update of Telegram with the addition of video stickers, this project lost all practical meaning. If you need to make animated stickers from GIFs after January 2022, use tgradish.

Some not so user friendly alternatives

Installation

python -m pip install pixelart2tgs

and then usage:

python -m pixelart2tgs

Usage examples

$ pixelart2tgs -i input.gif
input.gif -> input.tgs
$ pixelart2tgs -i first.gif -i second.gif sticker.tgs -y
first.gif -> first.tgs
second.gif -> "sticker.tgs

License

MIT License