検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 88 for imagedestroy (0.017 sec.)
PNG イメージをブラウザまたはファイルに出力する 6112
« imagepalettetotruecolor imagepolygon » PHP Manual GD および Image 関数 PNG イメージをブラウザま ... r ( 'Content-Type: image/png' ); imagepng ( $im ); imagedestroy ( $im ); ?> 参考 imagegif() - 画像をブラウザあるい ...
https://man.plustar.jp/php/function.imagepng.html - [similar]
多角形を描画する 6112
« imagepng imagerectangle » PHP Manual GD および Image 関数 多角形を描画する imagepolygon (PHP 4 ... 'Content-type: image/png' ); imagepng ( $image ); imagedestroy ( $image ); ?> 上の例の出力は、 たとえば以下のよう ...
https://man.plustar.jp/php/function.imagepolygon.html - [similar]
線描画用のスタイルを設定する 6112
« imagesetpixel imagesetthickness » PHP Manual GD および Image 関数 線描画用のスタイルを設定する ... 00 , IMG_COLOR_STYLEDBRUSHED ); imagejpeg ( $im ); imagedestroy ( $im ); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.imagesetstyle.html - [similar]
文字列を水平に描画する 6112
« imagesettile imagestringup » PHP Manual GD および Image 関数 文字列を水平に描画する imagestrin ... r ( "Content-type: image/png" ); imagepng ( $im ); imagedestroy ( $im ); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.imagestring.html - [similar]
画像で使用する色を透過度を指定して作成する 5965
« imagecolorallocate imagecolorat » PHP Manual GD および Image 関数 画像で使用する色を透過度を指 ... ; // 最後に、結果を出力します imagepng ( $image ); imagedestroy ( $image ); ?> 上の例の出力は、 たとえば以下のよう ...
https://man.plustar.jp/php/function.imagecolorallocatealpha.html - [similar]
指定した色に最も近い色のインデックスを取得する 5965
« imagecolorat imagecolorclosestalpha » PHP Manual GD および Image 関数 指定した色に最も近い色の ... ] , $rgb [ 2 ] ); Closest match: $result .\n" ; } imagedestroy ( $im ); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.imagecolorclosest.html - [similar]
指定した色+アルファ値に最も近い色のインデックスを取得する 5965
« imagecolorclosest imagecolorclosesthwb » PHP Manual GD および Image 関数 指定した色+アルファ値 ... ] , $rgb [ 3 ] ); Closest match: $result .\n" ; } imagedestroy ( $im ); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.imagecolorclosestalpha.html - [similar]
楕円弧を描画し、塗りつぶす 5965
« imagefill imagefilledellipse » PHP Manual GD および Image 関数 楕円弧を描画し、塗りつぶす imag ... 'Content-type: image/png' ); imagepng ( $image ); imagedestroy ( $image ); ?> 上の例の出力は、 たとえば以下のよう ...
https://man.plustar.jp/php/function.imagefilledarc.html - [similar]
freetype2 によるフォントを用いたテキストを囲む箱を取得する 5965
« imagefontwidth imagefttext » PHP Manual GD および Image 関数 freetype2 によるフォントを用いたテ ... r ( 'Content-Type: image/png' ); imagepng ( $im ); imagedestroy ( $im ); ?> 注意 注意 : この関数は、PHP が FreeTyp ...
https://man.plustar.jp/php/function.imageftbbox.html - [similar]
利用可能なモードを指定して、画像を自動的にクロップする 5817
« imagecrop imagedashedline » PHP Manual GD および Image 関数 利用可能なモードを指定して、画像を ... ) { // 新しい画像オブジェクトが戻された場合にだけ imagedestroy ( $im ); // 元の画像を破棄して $im = $cropped ; // ...
https://man.plustar.jp/php/function.imagecropauto.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT