Image¶
| Qualified name: | Mike42\GfxPhp\Image |
|---|
-
class
Image¶ -
static
create(int $width, int $height[, int $impl])¶ Parameters: - $width (int) –
- $height (int) –
- $impl (int) – Default:
self::IMAGE_BLACK_WHITE
-
static
fromBlob(string $blob[, string $filename])¶ Parameters: - $blob (string) –
- $filename (string) – Default:
null
-
static
fromFile(string $filename)¶ Parameters: - $filename (string) –
-
static