[PHP] best method to resize images

2003-09-26 Thread Dave [Hawk-Systems]
have a situation where clients will be uploading images via a web interface.

We need to process these images to create thumbnails.  In the past we have used
image but have found that the output is somewhat less than desireable and
limited to jpg.

We would like to be able to soften the image prior to resize so it is a little
clearer in the thumbnail, as well as have the option of working with gif, png,
etc...

Comments appreciated.

Dave

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] best method to resize images

2003-09-26 Thread Javier Tacon


See the image magick tools (http://www.imagemagick.org/) and their API to PHP 
(http://pear.php.net/package-info.php?package=imagick)


-Mensaje original-
De: Dave [Hawk-Systems] [mailto:[EMAIL PROTECTED]
Enviado el: viernes, 26 de septiembre de 2003 14:32
Para: [EMAIL PROTECTED]
Asunto: [PHP] best method to resize images
Importancia: Baja


have a situation where clients will be uploading images via a web interface.

We need to process these images to create thumbnails.  In the past we have used
image but have found that the output is somewhat less than desireable and
limited to jpg.

We would like to be able to soften the image prior to resize so it is a little
clearer in the thumbnail, as well as have the option of working with gif, png,
etc...

Comments appreciated.

Dave

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] best method to resize images

2003-09-26 Thread Jason Sheets
PEAR has a class for image manipluation, http://pear.php.net.  Also 
there was an excellent class on phpclasses.org that allows you to easily 
crop, resize, shrink, etc, etc, I can't remember its name but I used it 
for a while.

Dave [Hawk-Systems] wrote:

have a situation where clients will be uploading images via a web interface.

We need to process these images to create thumbnails.  In the past we have used
image but have found that the output is somewhat less than desireable and
limited to jpg.
We would like to be able to soften the image prior to resize so it is a little
clearer in the thumbnail, as well as have the option of working with gif, png,
etc...
Comments appreciated.

Dave

 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php