Skip to content

Instantly share code, notes, and snippets.

@nsanch
nsanch / party.sh
Last active March 9, 2017 19:35 — forked from benlanier/party.sh
shoddy party-fier
#!/bin/sh
#
# Create a rotating, hue-cycling figure using Distort SRT transformations
#
# Usage: INPUT_FILENAME=Downloads/turkey_5feec0.png OUTPUT_FILENAME=party_turkey.gif party.sh
set -xeo pipefail
command="convert -dispose previous -delay 3 $INPUT_FILENAME -virtual-pixel Transparent -scale 120%"