Grafika\ImageInterface::createBlank PHP Method

createBlank() public static method

Create a blank image.
public static createBlank ( integer $width = 1, integer $height = 1 ) : grafika\ImageInterface
$width integer Width of image in pixels.
$height integer Height of image in pixels.
return grafika\ImageInterface Instance of image.
    public static function createBlank($width = 1, $height = 1);