|
imagecopymergegrayCopy and merge part of an image with gray scale Description
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. Parameters
Return Values
Returns Examples
Example #1 imagecopymergegray usage
<?php |