Created
January 24, 2025 08:42
-
-
Save said-and-done/cd570aca88dda2e53af92dc91005ed95 to your computer and use it in GitHub Desktop.
Convert a sorted PNG sequence to GIF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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