Search found 4 matches
- 2019-06-04T13:19:49-07:00
- Forum: Users
- Topic: Create animated GIF from PNG with all frames in one file
- Replies: 4
- Views: 5632
Re: Create animated GIF from PNG with all frames in one file
And I'm using 7.0.8-48 Q16 x64 on Windows 10.
- 2019-06-04T13:16:21-07:00
- Forum: Users
- Topic: Create animated GIF from PNG with all frames in one file
- Replies: 4
- Views: 5632
Re: Create animated GIF from PNG with all frames in one file
I found this: http://www.imagemagick.org/discourse-se ... hp?t=33974
I just need to put "-dispose previous" before the input file.
Thanks again!
I just need to put "-dispose previous" before the input file.
Thanks again!
- 2019-06-04T13:07:56-07:00
- Forum: Users
- Topic: Create animated GIF from PNG with all frames in one file
- Replies: 4
- Views: 5632
Re: Create animated GIF from PNG with all frames in one file
Yes! That works wonderfully. Thank you. I knew it must be easy. Now the frames have a transparent background and each frame is being written over the last one. I tried using "-dispose previous" and "-dispose background" but neither have any effect. Is there a way to clear the canvas between frames?
- 2019-06-04T12:14:18-07:00
- Forum: Users
- Topic: Create animated GIF from PNG with all frames in one file
- Replies: 4
- Views: 5632
Create animated GIF from PNG with all frames in one file
I have a PNG file that has all of the frames of an animation stacked on top of each other. It's a 40x40 image, so the first frame is at 0,0. The second frame is at 0,40... etc. I'd like to extract those frames into an animated GIF. Now, I actually have 110 of such files, each with a different number ...