| 
 | imagewbmpOutput image to browser or file Description
   bool imagewbmp
    ( resource  $image[, string$filename[, int$foreground]] )
   imagewbmp outputs or save a WBMP
   version of the given  Parameters
 
 Return Values
   Returns  Examples
 Example #1 Outputting a WBMP image 
<?php
 Example #2 Saving the WBMP image 
<?php
 Example #3 Outputting the image with a different foreground 
<?phpNotes
 See Also
 
 |