|
|||||||
|
|
imagecopymerge説明int imagecopymerge ( 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)src_imのsrc_x, src_y で始まる幅 src_w、高さsrc_hの 領域をx,y座標で指定した dst_imにコピーしま す。定義された部分は、x,y座標、dst_x、 dst_yにコピーされます。二つのイメージは、 0から100の範囲で指定した pctに基づきマージ されます。pct = 0 の時は、何も行われません。 100の場合、この関数の動作は、imagecopy()と同じ となります。
| ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "PHP マニュアル". See Index Page for more info about Authorship and Copyright. 1999-2009 Linuxinfor.com. No rights reserved. |