Return the position of a frame in animated gif?

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
aditan22

Return the position of a frame in animated gif?

Post by aditan22 »

Is there a function to return the offset (X & Y position) of a frame in an animated gif?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Use MagickGetImagePage() to return the frame offset of a GIF image.
aditan22

Post by aditan22 »

oh okay, thank you very much. :)
Post Reply