Re: AW: [PHP-DB] image resizing

2003-11-25 Thread Kim Steinhaug
Imagemagick is THE preferred sollution, since downsizing images makes them blurry. With imagemagick you can sharpen then afterwards, and they are brand new shiny funky thumbs! There is a tutorial on phpbuilder.com which describes and shows a live example on how to incorporate the ImageMagick

Re: AW: [PHP-DB] image resizing

2001-07-13 Thread Christopher Ostmo
Stefan Siefert pressed the little lettered thingies in this order... There are several possibilities to do this... first PHP has the possibility to use the GD - Libs (which doesn't support Gif's because of licence problems). The second (and in my opinion better) posibility is ImageMagick

AW: [PHP-DB] image resizing

2001-07-09 Thread Stefan Siefert
There are several possibilities to do this... first PHP has the possibility to use the GD - Libs (which doesn't support Gif's because of licence problems). The second (and in my opinion better) posibility is ImageMagick which are some programs to modify pictures (you have to call them externaly