We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wondering if there is an option where I can get gif to just stop.
The text was updated successfully, but these errors were encountered:
I think removing the -loop 0 flag would prevent it from looping
-loop 0
ttygif/ttygif.c
Line 200 in 96c8f88
Sorry, something went wrong.
@rmachad5 you can try converting it from gif to gif with -loop 1
-loop 1
convert tty.gif -loop 1 tty._no_loop.gif
No branches or pull requests
Wondering if there is an option where I can get gif to just stop.
The text was updated successfully, but these errors were encountered: