検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 88 for imagedestroy (0.041 sec.)
新しい画像をファイルあるいは URL から作成する 6407
« imagecreatefromwebp imagecreatefromxpm » PHP Manual GD および Image 関数 新しい画像をファイルあ ... ルに変換します imagepng ( $xbm , './example.png' ); imagedestroy ( $xbm ); ?> 関連キーワード: 画像 , 作成 , ファイル ...
https://man.plustar.jp/php/function.imagecreatefromxbm.html - [similar]
塗り潰す 6407
« imageellipse imagefilledarc » PHP Manual GD および Image 関数 塗り潰す imagefill (PHP 4, PHP 5 ... r ( 'Content-type: image/png' ); imagepng ( $im ); imagedestroy ( $im ); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.imagefill.html - [similar]
塗りつぶした矩形を描画する 6407
« imagefilledpolygon imagefilltoborder » PHP Manual GD および Image 関数 塗りつぶした矩形を描画す ... す imagepng ( $im , './imagefilledrectangle.png' ); imagedestroy ( $im ); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.imagefilledrectangle.html - [similar]
GD イメージにガンマ補正を適用する 6407
« imagefttext imagegd2 » PHP Manual GD および Image 関数 GD イメージにガンマ補正を適用する image ... ます imagegif ( $im , './php_gamma_corrected.gif' ); imagedestroy ( $im ); ?> 関連キーワード: 適用 , 補正 , イメージ ...
https://man.plustar.jp/php/function.imagegammacorrect.html - [similar]
画像が truecolor かどうか調べる 6407
« imageinterlace imagejpeg » PHP Manual GD および Image 関数 画像が truecolor かどうか調べる ima ... 0 , 0 , 0 , 0 , imagesx ( $im ), imagesy ( $im )); imagedestroy ( $im ); $im = $tc ; $tc = NULL ; // あるいは imag ...
https://man.plustar.jp/php/function.imageistruecolor.html - [similar]
線描画用の線幅を設定する 6407
« imagesetstyle imagesettile » PHP Manual GD および Image 関数 線描画用の線幅を設定する imageset ... r ( 'Content-Type: image/png' ); imagepng ( $im ); imagedestroy ( $im ); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.imagesetthickness.html - [similar]
アルファチャネルを使用した、画像へのすかしの追加 6407
« PHP による PNG の生成 imagecopymerge による半透明なすかしの作成 » PHP Manual 例 アルファチャネ ... r ( 'Content-type: image/png' ); imagepng ( $im ); imagedestroy ( $im ); ?> この例は、すかしやスタンプを写真あるい ...
https://man.plustar.jp/php/image.examples-watermark.html - [similar]
画像をブラウザあるいはファイルに出力する 6260
« image_type_to_mime_type imageaffine » PHP Manual GD および Image 関数 画像をブラウザあるいはフ ... e2wbmp ( $image ); // ストリームを直接出力します。 imagedestroy ( $image ); ?> 参考 imagewbmp() - 画像をブラウザあ ...
https://man.plustar.jp/php/function.image2wbmp.html - [similar]
ビットマップ画像をブラウザかファイルに出力する 6260
« imageavif imagechar » PHP Manual GD および Image 関数 ビットマップ画像をブラウザかファイルに出 ... gebmp ( $im , 'php.bmp' ); // メモリを解放します。 imagedestroy ( $im ); ?> 関連キーワード: 出力 , 画像 , ファイル ...
https://man.plustar.jp/php/function.imagebmp.html - [similar]
指定した色のインデックスを取得する 6260
« imagecolordeallocate imagecolorexactalpha » PHP Manual GD および Image 関数 指定した色のインデ ... 52 ); print_r ( $colors ); // メモリから解放します imagedestroy ( $im ); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.imagecolorexact.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT