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 subject:
  
  Resizing Images with PHP and Mogrify
  http://www.phpbuilder.com/columns/michael20020712.php3

I'm sure there are many more examples around, and
including PHP in the search field of google is very 
much optional.  But, I guess this all depends on your
knowledge of PHP...  Maybe thumbnail is another good
search term to throw into the mix.

Regards,
Philip

> "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
> > > 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
> >
> > Regards,
> > Philip
> >
> 
> 
> 
> -- 
> 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

Reply via email to