update : 2015.11.03
php.shukuma.com검색:
|
Gmagick::annotateimage(PECL gmagick >= Unknown) Gmagick::annotateimage — Annotates an image with text 설명
public Gmagick Gmagick::annotateimage
( GmagickDraw
$GmagickDraw
, float $x
, float $y
, float $angle
, string $text
)Annotates an image with text. 인수
반환값The Gmagick object with annotation made. 오류/예외Throws an GmagickException on error. |