Skip to content

Instantly share code, notes, and snippets.

@said-and-done
Created January 24, 2025 08:42
Show Gist options
  • Save said-and-done/cd570aca88dda2e53af92dc91005ed95 to your computer and use it in GitHub Desktop.
Save said-and-done/cd570aca88dda2e53af92dc91005ed95 to your computer and use it in GitHub Desktop.
Convert a sorted PNG sequence to GIF
convert -delay 50 -loop 0 $(ls frame*.png | sort --version-sort) seq_frames.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment