update : 2015.11.03
php.shukuma.com검색:
|
Imagick::annotateImage(PECL imagick 2.0.0) Imagick::annotateImage — Annotates an image with text 설명
bool Imagick::annotateImage
( ImagickDraw
$draw_settings
, float $x
, float $y
, float $angle
, string $text
)Annotates an image with text. 인수
반환값
성공시에 예제
Example #1 Using Imagick::annotateImage(): Annotate text on an empty image
<?php 참고
|