Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18488 программистов и 1739 роботов. Сейчас ищут 1263 программиста ...
Gmagick::borderimage - Surrounds the image with a border
Вернуться к: Gmagick
Gmagick::borderimage
(PECL gmagick >= Unknown)
Gmagick::borderimage — Surrounds the image with a border
Описание
Surrounds the image with a border of the color defined by the bordercolor GmagickPixel object or a color string.
Список параметров
-
color
-
GmagickPixel object or a string containing the border color
-
width
-
Border width
-
height
-
Border height
Возвращаемые значения
The Gmagick object with border defined
Ошибки
Вызывает GmagickException при ошибке.
Вернуться к: Gmagick