検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 13 for imagecopy (0.014 sec.)
画像の一部をコピーする 14498
« imageconvolution imagecopymerge » PHP Manual GD および Image 関数 画像の一部をコピーする imagecopy ... copy (PHP 4, PHP 5, PHP 7, PHP 8) imagecopy — 画像の一部をコピーする 説明 imagecopy ( GdImage ... imagecreatetruecolor ( 80 , 40 ); // コピーします imagecopy ( $dest , $src , 0 , 0 , 20 , 13 , 80 , 40 ); // 出 ... 関連キーワード: コピー , 画像 , dst , 座標 , int , imagecopy , GdImage , width , height , 期待 ...
https://man.plustar.jp/php/function.imagecopy.html - [similar]
イメージの一部をコピー、マージする 9765
« imagecopy imagecopymergegray » PHP Manual GD および Image 関数 イメージの一部をコピー、マージす ...imagecopymerge (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) imageco ... pymerge — イメージの一部をコピー、マージする 説明 imagecopymerge ( GdImage $dst_image , GdImage $src_image , i ... 0の場合、この関数の動作は、パレットイメージに対する imagecopy() と同じとなります (アルファコンポーネントを無視す ... eatefromgif ( 'php.gif' ); // コピー・マージします imagecopymerge ( $dest , $src , 10 , 10 , 0 , 0 , 100 , 47 , ...
https://man.plustar.jp/php/function.imagecopymerge.html - [similar]
画像にフィルタを適用する 8657
« imagefilltoborder imageflip » PHP Manual GD および Image 関数 画像にフィルタを適用する imagefi ... ); // Merge the differences onto the output image imagecopy ( $output , $logo1 , 0 , 0 , 0 , 0 , imagesx ( $lo ... go1 ) - 1 , imagesy ( $logo1 ) - 1 ); imagecopy ( $output , $logo2 , imagesx ( $logo2 ), 0 , 0 , 0 ...
https://man.plustar.jp/php/function.imagefilter.html - [similar]
画像が truecolor かどうか調べる 8657
« imageinterlace imagejpeg » PHP Manual GD および Image 関数 画像が truecolor かどうか調べる ima ... $im ), imagesy ( $im )); // ピクセルをコピーします imagecopy ( $tc , $im , 0 , 0 , 0 , 0 , imagesx ( $im ), ima ...
https://man.plustar.jp/php/function.imageistruecolor.html - [similar]
アルファチャネルを使用した、画像へのすかしの追加 8657
« PHP による PNG の生成 imagecopymerge による半透明なすかしの作成 » PHP Manual 例 アルファチャネ ... 白の値と // 写真の幅を元にスタンプの位置を決定します imagecopy ( $im , $stamp , imagesx ( $im ) - $sx - $marge_ri ...
https://man.plustar.jp/php/image.examples-watermark.html - [similar]
透明色を定義する 8498
« imagecolorstotal imageconvolution » PHP Manual GD および Image 関数 透明色を定義する imagecolo ... たとえば以下のようになります。 注意 注意 : 透過性は imagecopymerge() かつ True カラーの場合のみコピーされます。 ...
https://man.plustar.jp/php/function.imagecolortransparent.html - [similar]
パレット形式の画像を true color に変換する 8498
« imagepalettecopy imagepng » PHP Manual GD および Image 関数 パレット形式の画像を true color に ... tetruecolor ( imagesx ( $src ), imagesy ( $src )); imagecopy ( $dst , $src , 0 , 0 , 0 , 0 , imagesx ( $src ), ...
https://man.plustar.jp/php/function.imagepalettetotruecolor.html - [similar]
div および offset の係数を使用し、3x3 の畳み込み配列を適用する 8340
« imagecolortransparent imagecopy » PHP Manual GD および Image 関数 div および offset の係数を使 ...
https://man.plustar.jp/php/function.imageconvolution.html - [similar]
グレースケールでイメージの一部をコピー、マージする 8340
« imagecopymerge imagecopyresampled » PHP Manual GD および Image 関数 グレースケールでイメージの ... 一部をコピー、マージする imagecopymergegray (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) ima ... ースケールでイメージの一部をコピー、マージする 説明 imagecopymergegray ( GdImage $dst_image , GdImage $src_image ... nt $src_width , int $src_height , int $pct ): bool imagecopymergegray() は、 src_image の X,Y座標 src_x , src_y ... y座標 dst_x 、 dst_y にコピーされます。 この関数は imagecopymerge() と同じですが、マー ジをする際に、コピー前に ...
https://man.plustar.jp/php/function.imagecopymergegray.html - [similar]
GD および Image 関数 7865
« imagecopymerge による半透明なすかしの作成 gd_info » PHP Manual GD GD および Image 関数 GD およ ... ffset の係数を使用し、3x3 の畳み込み配列を適用する imagecopy — 画像の一部をコピーする imagecopymerge — イメージ ... の一部をコピー、マージする imagecopymergegray — グレースケールでイメージの一部をコピー、 ... マージする imagecopyresampled — 再サンプリングを行いイメージの一部をコピ ... ー、伸縮する imagecopyresized — 画像の一部をコピーしサイズを変更する imag ...
https://man.plustar.jp/php/ref.image.html - [similar]
PREV 1 2 NEXT