| ||||||||||
image2wbmpDescriptionint image2wbmp ( int im [, string filename [, int threshold]])image2wbmp() creates the WBMP file in filename from the image im. The im argument is the return from imagecreate(). The filename argument is optional, and if left off, the raw image stream will be output directly. By sending an image/vnd.wap.wbmp content-type using header(), you can create a PHP script that outputs WBMP images directly.
See also imagewbmp(). | ||||||||||
|