I am in need of reading the individual frames of an animated GIF in PHP.
I use GD all the time for image manipulation, but unfortunately it lacks the capability to handle multiple frames in a GIF image.
I'm currently in the middle of carving up the GIF file format in an attempt to make my own extractor, but before I go any further I was wondering if anyone had any pointers for code that already does this - I can't be the first to want to handle animations in PHP, surely.