Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16170 программистов и 1779 роботов. Сейчас ищут 1804 программиста ...
Gmagick::newimage - Creates a new image
Вернуться к: Gmagick
Gmagick::newimage
(PECL gmagick >= Unknown)
Gmagick::newimage — Creates a new image
Описание
public Gmagick Gmagick::newimage
( int
$width
, int $height
, string $background
[, string $format
] )Creates a new image with the specified background color
Список параметров
-
width
-
Width of the new image
-
height
-
Height of the new image
-
background
-
The background color used for this image (as float)
-
format
-
Image format.
Возвращаемые значения
The Gmagick object on success
Ошибки
Вызывает GmagickException при ошибке.
Вернуться к: Gmagick