PHP » GoLang |
login |
register |
about
|
GoLang imagecopymergegray
request it (302)
GoLang replacement for PHP's imagecopymergegray
[edit | history]
imagecopymergegray(PHP 4 >= 4.0.6, PHP 5, PHP 7) imagecopymergegray — Copy 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 |
more
Recently updated
more
Most requested
more
Last requests
|