Skip to content

Instantly share code, notes, and snippets.

@stevenjackson
Created March 2, 2021 14:22
Show Gist options
  • Save stevenjackson/90097905fc5a742fd78616020416df20 to your computer and use it in GitHub Desktop.
Save stevenjackson/90097905fc5a742fd78616020416df20 to your computer and use it in GitHub Desktop.
EXTREME GIFs
https://gist.github.com/alisdair/ffc7c884ee36ac132131f37e3803a1fe
convert -virtual-pixel transparent -dispose Background -delay 3 SOURCE.png -duplicate 24 \
-distort SRT "%[fx:w/2],%[fx:h/2] 0.707 %[fx:t*360/n] %[fx:w/2],%[fx:(h/2) - (t % 12 == 1 || t % 12 == 2 ? 5 : 0)]" \
-loop 0 TARGET.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment