検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 420 for header (0.166 sec.)
塗り潰す 3947
« imageellipse imagefilledarc » PHP Manual GD および Image 関数 塗り潰す imagefill (PHP 4, PHP 5 ... , 255 , 0 , 0 ); imagefill ( $im , 0 , 0 , $red ); header ( 'Content-type: image/png' ); imagepng ( $im ); i ...
https://man.plustar.jp/php/function.imagefill.html - [similar]
画像にフィルタを適用する 3947
« imagefilltoborder imageflip » PHP Manual GD および Image 関数 画像にフィルタを適用する imagefi ... imagedestroy ( $logo2 ); // Output the differences header ( 'Content-Type: image/png' ); imagepng ( $output ... , 5 ); // Output the image with the scatter effect header ( 'Content-Type: image/png' ); imagepng ( $logo ); ...
https://man.plustar.jp/php/function.imagefilter.html - [similar]
あるイメージから他のイメージにパレットをコピーする 3947
« imageopenpolygon imagepalettetotruecolor » PHP Manual GD および Image 関数 あるイメージから他の ... 99 , 99 , $green ); // 画像をブラウザに出力します header ( 'Content-type: image/png' ); imagepng ( $palette ...
https://man.plustar.jp/php/function.imagepalettecopy.html - [similar]
線描画用の線幅を設定する 3947
« imagesetstyle imagesettile » PHP Manual GD および Image 関数 線描画用の線幅を設定する imageset ... 185 , 85 , $black ); // 画像をブラウザに出力します header ( 'Content-Type: image/png' ); imagepng ( $im ); i ...
https://man.plustar.jp/php/function.imagesetthickness.html - [similar]
変数を WDDX パケットにシリアライズする 3947
« wddx_serialize_value XMLDiff » PHP Manual WDDX 関数 変数を WDDX パケットにシリアライズする wdd ... の出力は以下となります。 <wddxPacket version='1.0'><header/><data><struct><var name='a'><number>1</number></v ...
https://man.plustar.jp/php/function.wddx-serialize-vars.html - [similar]
アルファチャネルを使用した、画像へのすかしの追加 3947
« PHP による PNG の生成 imagecopymerge による半透明なすかしの作成 » PHP Manual 例 アルファチャネ ... imagesy ( $stamp )); // 出力し、メモリを開放します header ( 'Content-type: image/png' ); imagepng ( $im ); i ...
https://man.plustar.jp/php/image.examples-watermark.html - [similar]
順応して画像をシャープにする 3947
« Imagick::adaptiveResizeImage Imagick::adaptiveThresholdImage » PHP Manual Imagick 順応して画像 ... ) { echo 'Error: ' , $e -> getMessage (); die(); } header ( 'Content-type: image/png' ); echo $image ; ?> 参 ...
https://man.plustar.jp/php/imagick.adaptivesharpenimage.html - [similar]
画像群を追加する 3947
« Imagick::annotateImage Imagick::autoLevelImage » PHP Manual Imagick 画像群を追加する Imagick:: ... 出力します */ $combined -> setImageFormat ( "png" ); header ( "Content-Type: image/png" ); echo $combined ; ?> ...
https://man.plustar.jp/php/imagick.appendimages.html - [similar]
blur (にじみ) フィルタを画像に追加する 3947
« Imagick::blueShiftImage Imagick::borderImage » PHP Manual Imagick blur (にじみ) フィルタを画像 ... 使用法 画像をにじませ、ブラウザに表示します。 <?php header ( 'Content-type: image/jpeg' ); $image = new Imagi ...
https://man.plustar.jp/php/imagick.blurimage.html - [similar]
塗りつぶし色と画像を混合する 3947
« Imagick::colorFloodfillImage Imagick::colorMatrixImage » PHP Manual Imagick 塗りつぶし色と画像 ... agick -> colorizeImage ( $color , $opacityColor ); header ( "Content-Type: image/jpg" ); echo $imagick -> ge ...
https://man.plustar.jp/php/imagick.colorizeimage.html - [similar]