From:             [EMAIL PROTECTED]
Operating system: Windows 98
PHP version:      4.0.6
PHP Bug Type:     GD related
Bug description:  ImageTrueColorToPalette() creates palettemap.png

When I use the function ImageTrueColorToPalette(), a file "palettemap.png" is created 
in the directory that contains my PHP script. Is this a bug or an undocumented 
"feature"?

Sample code:
<?php
$NewImg = ImageCreateTrueColor ( 350, 500 );
ImageTrueColorToPalette( $NewImg, 1, 100 );
?>


-- 
Edit Bug report at: http://bugs.php.net/?id=11827&edit=1



-- 
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