|
imagexbmOutput an XBM image to browser or file Description
bool imagexbm(GdImage
$image, stringnull $filename, intnull $foreground_color = null)
Outputs or save an XBM version of the given
Parameters
Return Values
Returns Caution
However, if libgd fails to output the image, this function returns Changelog
Examples
Example #1 Saving an XBM file
Example #2 Saving an XBM file with a different foreground color |