Skip to content

Instantly share code, notes, and snippets.

View edunnett's full-sized avatar

Erin Dunnett edunnett

View GitHub Profile
@edunnett
edunnett / free-database-hosting.md
Created October 17, 2022 16:55 — forked from bmaupin/free-database-hosting.md
Free database hosting
: ${1?Please provide a directory that contains an image sequence}
echo "This is a utility script for converting image sequences to webp format."
echo "Images should be a seqence exxported from Animate. The default output name is the name of the first image, minus any trailing numbers."
loop="${2:-0}";
if [ ! img2webp -h &> /dev/null]; then
echo ""
echo "you need to have webp installed for this to run"
echo "you can install webp with"
echo " brew install webp"