検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 62 for imagepng (0.003 sec.)
アルファチャネルを使用した、画像へのすかしの追加 7123
« PHP による PNG の生成 imagecopymerge による半透明なすかしの作成 » PHP Manual 例 アルファチャネ ... リを開放します header ( 'Content-type: image/png' ); imagepng ( $im ); imagedestroy ( $im ); ?> この例は、すかし ...
https://man.plustar.jp/php/image.examples-watermark.html - [similar]
名前を使用して、エントリの内容を返す 7123
« ZipArchive::getFromIndex ZipArchive::getNameIndex » PHP Manual ZipArchive 名前を使用して、エン ... if" ); $im = imagecreatefromstring ( $im_string ); imagepng ( $im , 'b.png' ); } ?> 参考 ZipArchive::getFromIn ...
https://man.plustar.jp/php/ziparchive.getfromname.html - [similar]
画像をブラウザあるいはファイルに出力する 6892
« imagearc imagebmp » PHP Manual GD および Image 関数 画像をブラウザあるいはファイルに出力する i ... 力に失敗した場合、この関数は true を返します。 参考 imagepng() - PNG イメージをブラウザまたはファイルに出力する ...
https://man.plustar.jp/php/function.imageavif.html - [similar]
水平に文字を描画する 6892
« imagebmp imagecharup » PHP Manual GD および Image 関数 水平に文字を描画する imagechar (PHP 4, ... , $black ); header ( 'Content-type: image/png' ); imagepng ( $im ); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.imagechar.html - [similar]
垂直に文字を描画する 6892
« imagechar imagecolorallocate » PHP Manual GD および Image 関数 垂直に文字を描画する imagecharu ... , $black ); header ( 'Content-type: image/png' ); imagepng ( $im ); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.imagecharup.html - [similar]
指定したパレットインデックスの色を設定する 6892
« imagecolorresolvealpha imagecolorsforindex » PHP Manual GD および Image 関数 指定したパレットイ ... ザに出力します header ( 'Content-Type: image/png' ); imagepng ( $im ); imagedestroy ( $im ); ?> 参考 imagecolora ...
https://man.plustar.jp/php/function.imagecolorset.html - [similar]
透明色を定義する 6892
« imagecolorstotal imageconvolution » PHP Manual GD および Image 関数 透明色を定義する imagecolo ... im , 4 , 4 , 50 , 25 , $red ); // 画像を保存します imagepng ( $im , './imagecolortransparent.png' ); imagedest ...
https://man.plustar.jp/php/function.imagecolortransparent.html - [similar]
新しい画像をファイルあるいは URL から作成する 6892
« imagecreatefromjpeg imagecreatefromstring » PHP Manual GD および Image 関数 新しい画像をファイ ... e: image/png' ); $img = LoadPNG ( 'bogus.image' ); imagepng ( $img ); imagedestroy ( $img ); ?> 上の例の出力は ...
https://man.plustar.jp/php/function.imagecreatefrompng.html - [similar]
指定した矩形に画像をクロップする 6892
« imagecreatetruecolor imagecropauto » PHP Manual GD および Image 関数 指定した矩形に画像をクロッ ... ze , 'height' => $size ]); if ( $im2 !== FALSE ) { imagepng ( $im2 , 'example-cropped.png' ); imagedestroy ( $ ...
https://man.plustar.jp/php/function.imagecrop.html - [similar]
楕円を描画する 6892
« imagedestroy imagefill » PHP Manual GD および Image 関数 楕円を描画する imageellipse (PHP 4 >= ... 像を出力します header ( "Content-type: image/png" ); imagepng ( $image ); ?> 上の例の出力は、 たとえば以下のよう ...
https://man.plustar.jp/php/function.imageellipse.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT