検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 88 for imagedestroy (0.004 sec.)
アンチエイリアス機能を使用すべきかどうかを判断する 7158
« imagealphablending imagearc » PHP Manual GD および Image 関数 アンチエイリアス機能を使用すべき ... r ( 'Content-type: image/png' ); imagepng ( $aa ); imagedestroy ( $aa ); imagedestroy ( $normal ); ?> 上の例の出力 ...
https://man.plustar.jp/php/function.imageantialias.html - [similar]
GD イメージをブラウザまたはファイルに出力する 7158
« imagegd2 imagegetclip » PHP Manual GD および Image 関数 GD イメージをブラウザまたはファイルに出 ... を出力します imagegd ( $im ); // メモリを開放します imagedestroy ( $im ); ?> 例2 GD 画像の保存 <?php // 空の画像を作 ... agegd ( $im , 'simple.gd' ); // メモリを開放します imagedestroy ( $im ); ?> 注意 注意 : 通常 GD フォーマットはイメ ...
https://man.plustar.jp/php/function.imagegd.html - [similar]
GD2 イメージをブラウザまたはファイルに出力する 7158
« imagegammacorrect imagegd » PHP Manual GD および Image 関数 GD2 イメージをブラウザまたはファイ ... を出力します imagegd2 ( $im ); // メモリを開放します imagedestroy ( $im ); ?> 例2 GD2 画像の保存 <?php // 空の画像を ... egd2 ( $im , 'simple.gd2' ); // メモリを開放します imagedestroy ( $im ); ?> 注意 注意 : 通常 GD2 フォーマットはイメ ...
https://man.plustar.jp/php/function.imagegd2.html - [similar]
XBM 画像をブラウザあるいはファイルに出力する 7158
« imagewebp iptcembed » PHP Manual GD および Image 関数 XBM 画像をブラウザあるいはファイルに出力 ... ( $im , 'simpletext.xbm' ); // メモリを開放します imagedestroy ( $im ); ?> 例2 別の前景色による XBM ファイルの保存 ... NULL , $foreground_color ); // メモリを開放します imagedestroy ( $im ); ?> 注意 関連キーワード: XBM , 画像 , 出力 ...
https://man.plustar.jp/php/function.imagexbm.html - [similar]
画像形式からファイルの拡張子を取得する 6554
« getimagesizefromstring image_type_to_mime_type » PHP Manual GD および Image 関数 画像形式からフ ... est' . image_type_to_extension ( IMAGETYPE_PNG )); imagedestroy ( $im ); ?> 注意 注意 : この関数は、GD 画像ライブラ ...
https://man.plustar.jp/php/function.image-type-to-extension.html - [similar]
画面全体をキャプチャする 6554
« imagegif imagegrabwindow » PHP Manual GD および Image 関数 画面全体をキャプチャする imagegrabs ... bscreen (); imagepng ( $im , "myscreenshot.png" ); imagedestroy ( $im ); ?> 参考 imagegrabwindow() - ウィンドウをキ ...
https://man.plustar.jp/php/function.imagegrabscreen.html - [similar]
PHP による PNG の生成 6554
« 例 アルファチャネルを使用した、画像へのすかしの追加 » PHP Manual 例 PHP による PNG の生成 PHP ... , $px , 9 , $string , $orange ); imagepng ( $im ); imagedestroy ( $im ); ?> この例のスクリプトは、 <img src="butto ...
https://man.plustar.jp/php/image.examples-png.html - [similar]
色合い、白、黒を有する色のインデックスを得る 6407
« imagecolorclosestalpha imagecolordeallocate » PHP Manual GD および Image 関数 色合い、白、黒を ... . imagecolorclosesthwb ( $im , 116 , 115 , 152 ); imagedestroy ( $im ); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.imagecolorclosesthwb.html - [similar]
画像パレットの色数を検出する 6407
« imagecolorsforindex imagecolortransparent » PHP Manual GD および Image 関数 画像パレットの色数 ... ' . imagecolorstotal ( $im ); // 画像を解放します imagedestroy ( $im ); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.imagecolorstotal.html - [similar]
新しい画像をファイルあるいは URL から作成する 6407
« imagecreatefromavif imagecreatefromgd2 » PHP Manual GD および Image 関数 新しい画像をファイルあ ... ファイルへ変換 imagepng ( $im , './example.png' ); imagedestroy ( $im ); ?> 関連キーワード: 画像 , 作成 , ファイル ...
https://man.plustar.jp/php/function.imagecreatefrombmp.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT