update : 2015.11.03
php.shukuma.com검색:
|
imagecopymergegray(PHP 4 >= 4.0.6, PHP 5, PHP 7) imagecopymergegray — Copy and merge part of an image with gray scale 설명
bool imagecopymergegray
( resource
$dst_im
, resource $src_im
, int $dst_x
, int $dst_y
, int $src_x
, int $src_y
, int $src_w
, int $src_h
, int $pct
)
imagecopymergegray() copy a part of This function is identical to imagecopymerge() except that when merging it preserves the hue of the source by converting the destination pixels to gray scale before the copy operation. 인수
반환값
성공 시 예제
Example #1 imagecopymergegray() usage
<?php |