Search found 4 matches
- 2015-05-26T13:12:58-07:00
- Forum: Users
- Topic: Add image to end of gif
- Replies: 5
- Views: 4593
Re: Add image to end of gif
Thank you for all of the help!
- 2015-05-26T12:08:50-07:00
- Forum: Users
- Topic: Add image to end of gif
- Replies: 5
- Views: 4593
Re: Add image to end of gif
Thank you for the testing advice. Do you know if this method I came to is the best way to do the action?
- 2015-05-26T11:55:53-07:00
- Forum: Users
- Topic: Add image to end of gif
- Replies: 5
- Views: 4593
Re: Add image to end of gif
I think I figured it out after having an epiphany.
I just used to convert command.
convert -delay 50 @fileList.txt animated.gif where fileList contains the lines
animated.gif
extra.png
Is this the most efficient way to do this?
I just used to convert command.
convert -delay 50 @fileList.txt animated.gif where fileList contains the lines
animated.gif
extra.png
Is this the most efficient way to do this?
- 2015-05-26T11:41:19-07:00
- Forum: Users
- Topic: Add image to end of gif
- Replies: 5
- Views: 4593
Add image to end of gif
I need help or a nudge in the right direction. I am trying to take a gif (animated.gif) and add an image (extra.png) to the end of that gif. What command am I looking for? Any help would be great.