Thumbnails from animated GIF images with PHP

Submitted by Anonymous (not verified) on Thu, 07/09/2009 - 20:18

When I use GD to create thumbnails from anim-GIFs, I get just the first frame. PHP removes all other animation frames. I am looking for a technique to create thumbnails from animations with same frame length and delay etc. It could be with imagemagick instead of gd.