Thanks
This information is very helpful
Search found 2 matches
- 2012-04-17T01:12:15-07:00
- Forum: Users
- Topic: [c++] how to count frames in an animated gif
- Replies: 4
- Views: 10089
- 2012-04-16T21:03:35-07:00
- Forum: Users
- Topic: [c++] how to count frames in an animated gif
- Replies: 4
- Views: 10089
[c++] how to count frames in an animated gif
Hi,
I used readImages to read the frames into a container and got the frame count by querying the container's size.
However, this method consumes a lot of memory, especially when the frame count is large.
Is there any better way?
Thanks
I used readImages to read the frames into a container and got the frame count by querying the container's size.
However, this method consumes a lot of memory, especially when the frame count is large.
Is there any better way?
Thanks