Page 1 of 1

Return the position of a frame in animated gif?

Posted: 2007-01-21T11:32:02-07:00
by aditan22
Is there a function to return the offset (X & Y position) of a frame in an animated gif?

Posted: 2007-01-21T11:38:07-07:00
by magick
Use MagickGetImagePage() to return the frame offset of a GIF image.

Posted: 2007-01-21T12:00:30-07:00
by aditan22
oh okay, thank you very much. :)