John W. Holmes wrote:

>> How do you create thumbnails from .BMP files?  Is there a function
> like
>> there is for JPG (ImageJPEG)?
> 
> Probably need to use an external program that understands that format
> and an exec() call.
> 
> ---John W. Holmes...
> 
> Amazon Wishlist: http://www.amazon.com/o/registry/3BEXC84AB3A5E
> 
> PHP Architect - A monthly magazine for PHP Professionals. Get your copy
> today. http://www.phparch.com/
> 
> 
> 

I use convert - its part of the ImageMagick package.  You use exec to run it
and it will convert a lot of different file formats.  Incidentally, you can
use MPlayer to do thumbnails from movies as well!
-- 



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

Reply via email to