Re: [PHP] thumbnail program

2003-06-07 Thread Philip Olson
On Sun, 8 Jun 2003, Artoo wrote: > thanks. I'll give that a try. Happen to know where to get sample code that > uses this program? After doing a google search for the terms mogrify php: http://www.google.com/search?q=mogrify+php The first result was this article, it appears to touch on the

Re: [PHP] thumbnail program

2003-06-07 Thread Artoo
thanks. I'll give that a try. Happen to know where to get sample code that uses this program? "Philip Olson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > On Sat, 7 Jun 2003, Artoo wrote: > > > Anyone know of a good free thumbnail program that can be called from a PHP > > scrip

RE: [PHP] thumbnail program

2003-06-07 Thread John W. Holmes
> Anyone know of a good free thumbnail program that can be called from a PHP > script using the exec() call or something similar? Netpbm is used by Gallery. Works very well. ---John W. Holmes... Amazon Wishlist: http://www.amazon.com/o/registry/3BEXC84AB3A5E PHP Architect - A monthly magazine

Re: [PHP] thumbnail program

2003-06-07 Thread Philip Olson
On Sat, 7 Jun 2003, Artoo wrote: > Anyone know of a good free thumbnail program that can be called from a PHP > script using the exec() call or something similar? By far, the most popular are the tools offered by ImageMagick, such as mogrify: http://www.imagemagick.org/www/mogrify.html Rega

[PHP] thumbnail program

2003-06-07 Thread Artoo
Anyone know of a good free thumbnail program that can be called from a PHP script using the exec() call or something similar? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php