検索

phrase: max: clip:
target: order:
Results of 341 - 350 of about 420 for header (0.019 sec.)
イメージの一部をコピー、マージする 3871
« imagecopy imagecopymergegray » PHP Manual GD および Image 関数 イメージの一部をコピー、マージす ... , 100 , 47 , 75 ); // 出力してメモリから解放します header ( 'Content-Type: image/gif' ); imagegif ( $dest ); ...
https://man.plustar.jp/php/function.imagecopymerge.html - [similar]
グレースケールでイメージの一部をコピー、マージする 3871
« imagecopymerge imagecopyresampled » PHP Manual GD および Image 関数 グレースケールでイメージの ... , 100 , 47 , 20 ); // 出力してメモリから解放します header ( 'Content-Type: image/gif' ); imagegif ( $dest ); ...
https://man.plustar.jp/php/function.imagecopymergegray.html - [similar]
新しい画像をファイルあるいは URL から作成する 3871
« imagecreatefromgd imagecreatefromjpeg » PHP Manual GD および Image 関数 新しい画像をファイルあ ... ror loading ' . $imgname , $tc ); } return $im ; } header ( 'Content-Type: image/gif' ); $img = LoadGif ( 'b ...
https://man.plustar.jp/php/function.imagecreatefromgif.html - [similar]
文字列の中のイメージストリームから新規イメージを作成する 3871
« imagecreatefrompng imagecreatefromtga » PHP Manual GD および Image 関数 文字列の中のイメージス ... createfromstring ( $data ); if ( $im !== false ) { header ( 'Content-Type: image/png' ); imagepng ( $im ); i ...
https://man.plustar.jp/php/function.imagecreatefromstring.html - [similar]
新しい画像をファイルあるいは URL から作成する 3871
« imagecreatefromtga imagecreatefromwebp » PHP Manual GD および Image 関数 新しい画像をファイルあ ... ror loading ' . $imgname , $tc ); } return $im ; } header ( 'Content-Type: image/vnd.wap.wbmp' ); $img = Loa ...
https://man.plustar.jp/php/function.imagecreatefromwbmp.html - [similar]
塗りつぶした多角形を描画する 3871
« imagefilledellipse imagefilledrectangle » PHP Manual GD および Image 関数 塗りつぶした多角形を ... image , $values , 6 , $blue ); // 画像を出力します header ( 'Content-type: image/png' ); imagepng ( $image ) ...
https://man.plustar.jp/php/function.imagefilledpolygon.html - [similar]
特定色で塗りつぶす 3871
« imagefilledrectangle imagefilter » PHP Manual GD および Image 関数 特定色で塗りつぶす imagefil ... , $border , $fill ); // 出力し、メモリを開放します header ( 'Content-type: image/png' ); imagepng ( $im ); i ...
https://man.plustar.jp/php/function.imagefilltoborder.html - [similar]
アルファブレンディングフラグを設定し、レイヤ効果を使用する 3871
« imagejpeg imageline » PHP Manual GD および Image 関数 アルファブレンディングフラグを設定し、レ ... allocate ( $im , 255 , 100 , 100 )); // 出力します header ( 'Content-type: image/png' ); imagepng ( $im ); i ...
https://man.plustar.jp/php/function.imagelayereffect.html - [similar]
新しいフォントを読み込む 3871
« imageline imageopenpolygon » PHP Manual GD および Image 関数 新しいフォントを読み込む imageloa ... , 0 , 'Hello' , $black ); // ブラウザに出力します header ( 'Content-type: image/png' ); imagepng ( $im ); i ...
https://man.plustar.jp/php/function.imageloadfont.html - [similar]
オープンポリゴンを描画する 3871
« imageloadfont imagepalettecopy » PHP Manual GD および Image 関数 オープンポリゴンを描画する im ... , 3 , $col_poly ); // 画像をブラウザに出力します。 header ( 'Content-type: image/png' ); imagepng ( $image ) ...
https://man.plustar.jp/php/function.imageopenpolygon.html - [similar]