Create animated GIF from PNG with all frames in one file
Posted: 2019-06-04T12:14:18-07:00
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 of frames, so I'm hoping this can be done without specifying the number of frames.
Is there a way to do this?
I know it could be done easily if each frame was in its own file, so the next best solution is splitting them into multiple files, but I don't know how to do that either - but again, I'd have to split them without specifying the number of frames, so I can do a batch job on all of the files.
Now, I actually have 110 of such files, each with a different number of frames, so I'm hoping this can be done without specifying the number of frames.
Is there a way to do this?
I know it could be done easily if each frame was in its own file, so the next best solution is splitting them into multiple files, but I don't know how to do that either - but again, I'd have to split them without specifying the number of frames, so I can do a batch job on all of the files.