Skip to content

Instantly share code, notes, and snippets.

View NoTengoBattery's full-sized avatar
🗯️

Oever González NoTengoBattery

🗯️
View GitHub Profile
@NoTengoBattery
NoTengoBattery / tgs2apng.sh
Created August 4, 2021 04:10
Convert TGS to APNG for Signal
#!/bin/zsh
# Convert Telegram stickets (TGS) and probably any lottie animation to a highly compressed and compact
# APNG for Signal.
#
# Copyright (C) 2021 Oever González <software@notengobattery.com>
# Open source under the MIT license.
conversor() {
WORKING_DIR=$(mktemp -d)
for file in "$@"; do