Search found 2 matches

by qyp
2012-04-17T01:12:15-07:00
Forum: Users
Topic: [c++] how to count frames in an animated gif
Replies: 4
Views: 9791

Re: [c++] how to count frames in an animated gif

Thanks
This information is very helpful
by qyp
2012-04-16T21:03:35-07:00
Forum: Users
Topic: [c++] how to count frames in an animated gif
Replies: 4
Views: 9791

[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