YouTip LogoYouTip

Php Image2Wbmp

# PHP image2wbmp - Output WBMP Image [![Image 3: PHP Image Processing](#)PHP Image Processing](#) image2wbmp β€” Outputs an image to the browser or a file in WBMP format. ### Syntax int image2wbmp ( resource $image [, string $filename [, int $threshold ]] ) image2wbmp() creates a WBMP file named filename from the image image. The image parameter is the return value of an image creation function, such as imagecreatetruecolor(). The filename parameter is optional. If omitted, the original image stream is output directly. ### Example [![Image 4: PHP Image Processing](#)PHP Image Processing](#)
← Php ImagealphablendingPhp Image Type To Mime Type β†’