Re: [PHP] ImageMagik

2004-10-21 Thread Brian V Bonini
On Thu, 2004-10-21 at 14:07, Mag wrote: > Hi, > I have a requirment to dynamically brighten, darken or > add/remove contrast from a thumbnail image, since I > cannot do this in GD I was thinking of doing this in > ImageMagik, but searching google I cannot find many > tutorials and even visiting the

[PHP] ImageMagik

2004-10-21 Thread Mag
Hi, I have a requirment to dynamically brighten, darken or add/remove contrast from a thumbnail image, since I cannot do this in GD I was thinking of doing this in ImageMagik, but searching google I cannot find many tutorials and even visiting the image magik site i only see that it can be used wit

Re: [PHP] ImageMagik

2002-04-18 Thread Miguel Cruz
On Thu, 18 Apr 2002, Richard Lynch wrote: > I have used PHP to generate a series of JPEG files, which after doing: > > convert -delay 0 *.jpg animated.gif > > make a rather nifty animated GIF file. > > Just one tiny problem... > > How the heck do 8 files, ~24 K each, turn into 3 *MEGS* worth o

[PHP] ImageMagik

2002-04-17 Thread Richard Lynch
I have used PHP to generate a series of JPEG files, which after doing: convert -delay 0 *.jpg animated.gif make a rather nifty animated GIF file. Just one tiny problem... How the heck do 8 files, ~24 K each, turn into 3 *MEGS* worth of animation?... I mean, I've read the GIF spec, and there j