From professional translators, enterprises, web pages and freely available translation repositories.
this function is identical to imagecopymerge() except that when merging it preservese the hue of the source by converting the destination pixels to gray scale before the copy operation.
src_im の x,y座標 src_x, src_y から 始まる幅 src_w 、高さ src_h の領域を dst_im にコピーします。 定義された部分は、x、y座標 dst_x 、 dst_y にコピーされます。二つのイメージは、 pct に基づきマージされます。この値の範囲は 0から100までです。 pct = 0の場合、何も処理 は行われません。100の場合、この関数は、 imagecopy() と同じ処理を行います。