検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 88 for imagedestroy (0.056 sec.)
楕円を描画する 6260
« imagedestroy imagefill » PHP Manual GD および Image 関数 楕円を描画する imageellipse (PHP 4 >= ...
https://man.plustar.jp/php/function.imageellipse.html - [similar]
インターレースを有効もしくは無効にする 6260
« imagegrabwindow imageistruecolor » PHP Manual GD および Image 関数 インターレースを有効もしくは ... 存します imagegif ( $im , './php_interlaced.gif' ); imagedestroy ( $im ); ?> 関連キーワード: imageinterlace , 画像 ...
https://man.plustar.jp/php/function.imageinterlace.html - [similar]
矩形を描画する 6260
« imagepolygon imageresolution » PHP Manual GD および Image 関数 矩形を描画する imagerectangle ( ... ontent-Type: image/jpeg' ); imagejpeg ( $canvas ); imagedestroy ( $canvas ); ?> 上の例の出力は、 たとえば以下のよう ...
https://man.plustar.jp/php/function.imagerectangle.html - [similar]
PNG 画像を保存する際に、完全なアルファチャネル情報を保存するかどうかを指定する 6260
« imagerotate imagescale » PHP Manual GD および Image 関数 PNG 画像を保存する際に、完全なアルファ ... ( 'Content-Type: image/png' ); imagepng ( $png ); imagedestroy ( $png ); ?> 参考 imagealphablending() - イメージの ...
https://man.plustar.jp/php/function.imagesavealpha.html - [similar]
文字列を垂直に描画する 6260
« imagestring imagesx » PHP Manual GD および Image 関数 文字列を垂直に描画する imagestringup (PH ... 像を保存します imagepng ( $im , './stringup.png' ); imagedestroy ( $im ); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.imagestringup.html - [similar]
TrueColor イメージをパレットイメージに変換する 6260
« imagesy imagettfbbox » PHP Manual GD および Image 関数 TrueColor イメージをパレットイメージに変 ... 保存します imagepng ( $im , './paletteimage.png' ); imagedestroy ( $im ); ?> 関連キーワード: イメージ , パレット , ...
https://man.plustar.jp/php/function.imagetruecolortopalette.html - [similar]
WebP 画像をブラウザあるいはファイルに出力する 6260
« imagewbmp imagexbm » PHP Manual GD および Image 関数 WebP 画像をブラウザあるいはファイルに出力 ... gewebp ( $im , 'php.webp' ); // メモリを解放します imagedestroy ( $im ); ?> 関連キーワード: 出力 , 画像 , ファイル ...
https://man.plustar.jp/php/function.imagewebp.html - [similar]
imagecopymerge による半透明なすかしの作成 6260
« アルファチャネルを使用した、画像へのすかしの追加 GD および Image 関数 » PHP Manual 例 imagecop ... リを開放します imagepng ( $im , 'photo_stamp.png' ); imagedestroy ( $im ); ?> この例は、 imagecopymerge() を使ってス ...
https://man.plustar.jp/php/image.examples.merged-watermark.html - [similar]
イメージのブレンドモードを設定する 6112
« imageaffinematrixget imageantialias » PHP Manual GD および Image 関数 イメージのブレンドモード ... r ( 'Content-Type: image/png' ); imagepng ( $im ); imagedestroy ( $im ); ?> 関連キーワード: イメージ , ブレンドモー ...
https://man.plustar.jp/php/function.imagealphablending.html - [similar]
部分楕円を描画する 6112
« imageantialias imageavif » PHP Manual GD および Image 関数 部分楕円を描画する imagearc (PHP 4, ... e/png" ); imagepng ( $img ); // メモリを解放します imagedestroy ( $img ); ?> 上の例の出力は、 たとえば以下のように ...
https://man.plustar.jp/php/function.imagearc.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT