ID: 10692
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Bogus
Bug Type: GD related
Operating system: 
PHP Version: 4.0.5
Assigned To: 
Comments:

A (windows) BMP file is NOT an WBMP file. WBMP files are used for WAP site AFAIK.

Previous Comments:
---------------------------------------------------------------------------

[2001-05-06 20:54:23] [EMAIL PROTECTED]
<?
$bmp_file = "test.bmp";
$im = imagecreatefromwbmp($bmp_file);

$im2 = imagejpeg($im,'test.jpg','100');

echo "<img src="test.jpg">";
?>

---------------------------------------

My PHP Configuration:

./configure --with-apxs --with-mysql --enable-ftp -enable-bcmath --with-gd 
--with-jpeg-dir=/usr/local --with-xpm-dir

Installed GD Version 1.8.4
Installed jpeg-6b


I hope someone can help me!
I really need this function!

Thanks, Haif

---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10692&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to