Skip to content

Instantly share code, notes, and snippets.

@novogrammer
Created October 25, 2023 11:46
Show Gist options
  • Save novogrammer/ee5563de9c9a1080139bde9401954421 to your computer and use it in GitHub Desktop.
Save novogrammer/ee5563de9c9a1080139bde9401954421 to your computer and use it in GitHub Desktop.
transparent PNG to transparent GIF
#!/bin/bash
# 50fps
convert -delay 2 -loop 0 -layers OptimizeFrame input*.png output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment