Home > PHP > Function > GD > imagecreatefromwbmp()

imagecreatefromwbmp()

imagecreatefromwbmp - Create a new image from file or URL

Syntax

resource imagecreatefromwbmp (string $filename)

Arguments

  • filename - Path to the WBMP image.

Description

imagecreatefromwbmp() returns an image identifier representing the image obtained from the given filename.

Version

PHP 4.0.1, 5

Return value

Returns an image resource identifier on success, FALSE on errors.