検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 420 for header (0.685 sec.)
楕円を描画する 3905
« imagedestroy imagefill » PHP Manual GD および Image 関数 楕円を描画する imageellipse (PHP 4 >= ... , 300 , 200 , $col_ellipse ); // 画像を出力します header ( "Content-type: image/png" ); imagepng ( $image ) ...
https://man.plustar.jp/php/function.imageellipse.html - [similar]
塗りつぶされた楕円を描画する 3905
« imagefilledarc imagefilledpolygon » PHP Manual GD および Image 関数 塗りつぶされた楕円を描画す ... , 300 , 200 , $col_ellipse ); // 画像を出力します header ( "Content-type: image/png" ); imagepng ( $image ) ...
https://man.plustar.jp/php/function.imagefilledellipse.html - [similar]
矩形を描画する 3905
« imagepolygon imageresolution » PHP Manual GD および Image 関数 矩形を描画する imagerectangle ( ... , 160 , $green ); // 出力してメモリから解放します header ( 'Content-Type: image/jpeg' ); imagejpeg ( $canva ...
https://man.plustar.jp/php/function.imagerectangle.html - [similar]
PNG 画像を保存する際に、完全なアルファチャネル情報を保存するかどうかを指定する 3905
« imagerotate imagescale » PHP Manual GD および Image 関数 PNG 画像を保存する際に、完全なアルファ ... pha ( $png , true ); // 画像をブラウザに出力します header ( 'Content-Type: image/png' ); imagepng ( $png ); ...
https://man.plustar.jp/php/function.imagesavealpha.html - [similar]
線の描画用にブラシイメージを設定する 3905
« imagescale imagesetclip » PHP Manual GD および Image 関数 線の描画用にブラシイメージを設定する ... IMG_COLOR_BRUSHED ); // 画像をブラウザに出力します header ( 'Content-type: image/png' ); imagepng ( $im ); i ...
https://man.plustar.jp/php/function.imagesetbrush.html - [similar]
点を生成する 3905
« imagesetinterpolation imagesetstyle » PHP Manual GD および Image 関数 点を生成する imagesetpix ... / 2 ; $y = ( $y + $corners [ $a ][ 'y' ]) / 2 ; } header ( 'Content-Type: image/png' ); imagepng ( $gd ); ? ...
https://man.plustar.jp/php/function.imagesetpixel.html - [similar]
ラージオブジェクト全体を読み込みブラウザに直接送信する 3905
« pg_lo_open pg_lo_read » PHP Manual PostgreSQL 関数 ラージオブジェクト全体を読み込みブラウザに直 ... 待していました。 例 例1 pg_lo_read_all() の例 <?php header ( 'Content-type: image/jpeg' ); $image_oid = 18976 ...
https://man.plustar.jp/php/function.pg-lo-read-all.html - [similar]
ストリームコンテキストを作成する 3905
« stream_bucket_prepend stream_context_get_default » PHP Manual ストリーム 関数 ストリームコンテ ... opts = array( 'http' =>array( 'method' => "GET" , 'header' => "Accept-language: en\r\n" . "Cookie: foo=bar\r ...
https://man.plustar.jp/php/function.stream-context-create.html - [similar]
デフォルトのストリームコンテキストを設定する 3905
« stream_context_get_params stream_context_set_option » PHP Manual ストリーム 関数 デフォルトのス ... opts = array( 'http' =>array( 'method' => "GET" , 'header' => "Accept-language: en\r\n" . "Cookie: foo=bar" ...
https://man.plustar.jp/php/function.stream-context-set-default.html - [similar]
adaptive blur (順応性にじみ) フィルタを画像に追加する 3905
« Imagick Imagick::adaptiveResizeImage » PHP Manual Imagick adaptive blur (順応性にじみ) フィルタ ... に順応性にじみを適用し、ブラウザに表示します。 <?php header ( 'Content-type: image/jpeg' ); $image = new Imagi ...
https://man.plustar.jp/php/imagick.adaptiveblurimage.html - [similar]