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

2005-01-10 Thread zerof
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/ ---

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

2005-01-10 Thread 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

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

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