Re: [PHP] creating thumbnails from .BMP files

2003-05-29 Thread Marek Kilimajer
image_bmp class at www.phpclasses.org can create bmp files, you might be able to write a class that will read it and return raw data. Artoo Smith wrote: Hey, How do you create thumbnails from .BMP files? Is there a function like there is for JPG (ImageJPEG)? Thanks -- PHP General Maili

RE: [PHP] creating thumbnails from .BMP files

2003-05-29 Thread John W. Holmes
> 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

[PHP] creating thumbnails from .BMP files

2003-05-29 Thread Artoo Smith
Hey, How do you create thumbnails from .BMP files? Is there a function like there is for JPG (ImageJPEG)? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php