php man page for image2wbmp

Query: image2wbmp

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

IMAGE2WBMP(3)								 1							     IMAGE2WBMP(3)

image2wbmp - Output image to browser or file

SYNOPSIS
bool image2wbmp (resource $image, [string $filename], [int $threshold])
DESCRIPTION
image2wbmp(3) outputs or save a WBMP version of the given $image.
PARAMETERS
o $ image -An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(3). o $filename - Path to the saved file. If not given, the raw image stream will be output directly. o $threshold - Threshold value, between 0 and 255 (inclusive).
RETURN VALUES
Returns TRUE on success or FALSE on failure.
EXAMPLES
Example #1 image2wbmp(3) example <?php $file = 'php.png'; $image = imagecreatefrompng($file); header('Content-Type: ' . image_type_to_mime_type(IMAGETYPE_WBMP)); image2wbmp($image); // output the stream directly imagedestroy($image); ?>
NOTES
Note WBMP support is only available if PHP was compiled against GD-1.8 or later.
SEE ALSO
imagewbmp(3). PHP Documentation Group IMAGE2WBMP(3)
Related Man Pages
imagejpeg(3) - php
imagecreatetruecolor(3) - php
imagepolygon(3) - php
imagepng(3) - php
imageistruecolor(3) - php
Similar Topics in the Unix Linux Community
Unable to open uploaded image
mactorii 0.66 (Default branch)
error while retrieving image using system imager
openssl dgst cat header problem
Help with blobbing