Re: [PHP] Re: What program to use to make thumbnail images?

2005-01-10 Thread Curt Zirzow
* Thus wrote Jason Morehouse:
 John Holmes wrote:
 What do you guys recommend for making thumbnails from uploaded images? I 
 know of the GD extension, Imagemagik and netpbm. Any other 
 recommendations or opinions on which of the above work best with PHP? 
 Thanks.
 
 
 Imagemagik is your best bet IMHO.  It's the most configurable and gives 
 the best results.  It's too bad it can't be built directly into php, but 
 I think there is a pear module for it.  Myself, I just use the command 
 line --- but be sure and take all the necessarily precautions when 
 making system calls!

Actually imagemagick can be built directly into php:
  http://pecl.php.net/imagick

It lacks a lot of documentation and the installation file is
outdated,  but has lots of code examples.


Curt
-- 
Quoth the Raven, Nevermore.

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



Re: [PHP] Re: What program to use to make thumbnail images?

2005-01-10 Thread Curt Zirzow
* Thus wrote John Holmes:
 zerof wrote:
 John Holmes wrote:
 
 What do you guys recommend for making thumbnails from uploaded images? 
 I know of the GD extension, Imagemagik and netpbm. Any other 
 recommendations or opinions on which of the above work best with PHP? 
 Thanks.
 
 --
 Good choice,
 http://coppermine.sourceforge.net/demo/
 
 Thank you for reading my question... oh wait...
 
waits...


Curt
-- 
Quoth the Raven, Nevermore.

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