Search found 1 match

by Mex7
Tue Aug 25, 2009 8:21 pm
Forum: GFL SDK
Topic: Problem loading animated GIF (ImageWanted>0)
Replies: 1
Views: 2036

Problem loading animated GIF (ImageWanted>0)

GFL version 3.11
I'm trying to work with animated gif (attached).
Problem is: loading frame > 0. GFL decodes only changes (?) of frame 0. Is it true?

Part of code:

GFLBitmap = NULL;
GFL_LOAD_PARAMS LoadParams = {0};
gflGetDefaultLoadParams(&LoadParams);
LoadParams.Flags = GFL_LOAD_COMMENT ...