|
imagexbmOutput an XBM image to browser or file Description
bool imagexbm
( resource
$image
, string $filename
[, int $foreground
] )
Outputs or save an XBM version of the given
Parameters
Return Values
Returns Examples
Example #1 Saving an XBM file
<?php
Example #2 Saving an XBM file with a different foreground color
<?php Notes |