検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 62 for imagepng (0.002 sec.)
画面全体をキャプチャする 7369
« imagegif imagegrabwindow » PHP Manual GD および Image 関数 画面全体をキャプチャする imagegrabs ... て保存するものです。 <?php $im = imagegrabscreen (); imagepng ( $im , "myscreenshot.png" ); imagedestroy ( $im ) ...
https://man.plustar.jp/php/function.imagegrabscreen.html - [similar]
TrueType フォントを使用してテキストを画像に書き込む 7369
« imagettfbbox imagetypes » PHP Manual GD および Image 関数 TrueType フォントを使用してテキストを ... , 20 , 0 , 10 , 20 , $black , $font , $text ); // imagepng() を使用して imagejpeg() よりもクリアなテキストにし ... ます imagepng ( $im ); imagedestroy ( $im ); ?> 上の例の出力は、 ...
https://man.plustar.jp/php/function.imagettftext.html - [similar]
PHP による PNG の生成 7369
« 例 アルファチャネルを使用した、画像へのすかしの追加 » PHP Manual 例 PHP による PNG の生成 PHP ... estring ( $im , 3 , $px , 9 , $string , $orange ); imagepng ( $im ); imagedestroy ( $im ); ?> この例のスクリプ ...
https://man.plustar.jp/php/image.examples-png.html - [similar]
新しい画像をファイルあるいは URL から作成する 7123
« imagecreatefromavif imagecreatefromgd2 » PHP Manual GD および Image 関数 新しい画像をファイルあ ... ple.bmp' ); // デフォルト設定で PNG ファイルへ変換 imagepng ( $im , './example.png' ); imagedestroy ( $im ); ? ...
https://man.plustar.jp/php/function.imagecreatefrombmp.html - [similar]
新しい画像をファイルあるいは URL から作成する 7123
« imagecreatefromwebp imagecreatefromxpm » PHP Manual GD および Image 関数 新しい画像をファイルあ ... example.xbm' ); // それを png ファイルに変換します imagepng ( $xbm , './example.png' ); imagedestroy ( $xbm ); ...
https://man.plustar.jp/php/function.imagecreatefromxbm.html - [similar]
TrueColor イメージを新規に作成する 7123
« imagecreatefromxpm imagecrop » PHP Manual GD および Image 関数 TrueColor イメージを新規に作成す ... , 5 , 5 , 'A Simple Text String' , $text_color ); imagepng ( $im ); imagedestroy ( $im ); ?> 上の例の出力は、 ...
https://man.plustar.jp/php/function.imagecreatetruecolor.html - [similar]
塗り潰す 7123
« imageellipse imagefilledarc » PHP Manual GD および Image 関数 塗り潰す imagefill (PHP 4, PHP 5 ... 0 , $red ); header ( 'Content-type: image/png' ); imagepng ( $im ); imagedestroy ( $im ); ?> 上の例の出力は、 ...
https://man.plustar.jp/php/function.imagefill.html - [similar]
塗りつぶした矩形を描画する 7123
« imagefilledpolygon imagefilltoborder » PHP Manual GD および Image 関数 塗りつぶした矩形を描画す ... , 4 , 4 , 50 , 25 , $white ); // 画像を保存します imagepng ( $im , './imagefilledrectangle.png' ); imagedestr ...
https://man.plustar.jp/php/function.imagefilledrectangle.html - [similar]
あるイメージから他のイメージにパレットをコピーする 7123
« imageopenpolygon imagepalettetotruecolor » PHP Manual GD および Image 関数 あるイメージから他の ... ザに出力します header ( 'Content-type: image/png' ); imagepng ( $palette2 ); imagedestroy ( $palette1 ); imagede ...
https://man.plustar.jp/php/function.imagepalettecopy.html - [similar]
線描画用の線幅を設定する 7123
« imagesetstyle imagesettile » PHP Manual GD および Image 関数 線描画用の線幅を設定する imageset ... ザに出力します header ( 'Content-Type: image/png' ); imagepng ( $im ); imagedestroy ( $im ); ?> 上の例の出力は、 ...
https://man.plustar.jp/php/function.imagesetthickness.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT