animated GIFs in PHP
Sunday, December 4th, 2005i've started to look at imagemagick and the magickwand API for PHP. the docs are a little bit opaque, IMHO, but i did find the sample/demo PHP file, which is supposed to be included with the magickwand PHP distribution, but isn't.
in any case, the demo file helps a lot.
i'm surprised i don't see more animated-GIF generators online (maybe i'm just not looking hard enough?). i may start generating animated GIFs instead of SWF files for things that don't require interaction… for example, the non-interactive versions of the pets, for sites that don't allow you to embed flash.
[UPDATED: 2006-05-09: the link to the sample code is gone now. grr! and the README file in the magickwand for PHP archive refers to sample directories that don't exist. anyway, i have found another location of the sample code. i think i should make a local copy available here for future reference, in case that disappears too…]