検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 88 for imagedestroy (0.003 sec.)
画像の一部をコピーする 7600
« imageconvolution imagecopymerge » PHP Manual GD および Image 関数 画像の一部をコピーする image ... ( 'Content-Type: image/gif' ); imagegif ( $dest ); imagedestroy ( $dest ); imagedestroy ( $src ); ?> 上の例の出力は ...
https://man.plustar.jp/php/function.imagecopy.html - [similar]
指定した矩形に画像をクロップする 7600
« imagecreatetruecolor imagecropauto » PHP Manual GD および Image 関数 指定した矩形に画像をクロッ ... LSE ) { imagepng ( $im2 , 'example-cropped.png' ); imagedestroy ( $im2 ); } imagedestroy ( $im ); ?> 参考 imagecro ...
https://man.plustar.jp/php/function.imagecrop.html - [similar]
指定したモードで画像を反転させる 7600
« imagefilter imagefontheight » PHP Manual GD および Image 関数 指定したモードで画像を反転させる ... , IMG_FLIP_VERTICAL ); // 出力 imagejpeg ( $im ); imagedestroy ( $im ); ?> 上の例の出力は、 たとえば以下のようにな ... IMG_FLIP_HORIZONTAL ); // 出力 imagejpeg ( $im ); imagedestroy ( $im ); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.imageflip.html - [similar]
パレット形式の画像を true color に変換する 7600
« imagepalettecopy imagepng » PHP Manual GD および Image 関数 パレット形式の画像を true color に ... , 0 , 0 , 0 , imagesx ( $src ), imagesy ( $src )); imagedestroy ( $src ); $src = $dst ; return( true ); } } // ヘル ... uecolor ( $im ); $typeof (); // メモリを解放します imagedestroy ( $im ); ?> 上の例の出力は以下となります。 typeof( ...
https://man.plustar.jp/php/function.imagepalettetotruecolor.html - [similar]
線の描画用にブラシイメージを設定する 7600
« imagescale imagesetclip » PHP Manual GD および Image 関数 線の描画用にブラシイメージを設定する ... r ( 'Content-type: image/png' ); imagepng ( $im ); imagedestroy ( $im ); imagedestroy ( $php ); ?> 上の例の出力は、 ...
https://man.plustar.jp/php/function.imagesetbrush.html - [similar]
イメージの一部をコピー、マージする 7453
« imagecopy imagecopymergegray » PHP Manual GD および Image 関数 イメージの一部をコピー、マージす ... ( 'Content-Type: image/gif' ); imagegif ( $dest ); imagedestroy ( $dest ); imagedestroy ( $src ); ?> 関連キーワード ...
https://man.plustar.jp/php/function.imagecopymerge.html - [similar]
ウィンドウをキャプチャする 7453
« imagegrabscreen imageinterlace » PHP Manual GD および Image 関数 ウィンドウをキャプチャする im ... owser -> Quit (); imagepng ( $im , "iesnap.png" ); imagedestroy ( $im ); ?> ウィンドウ (ここでは IE) の中身のキャプ ... owser -> Quit (); imagepng ( $im , "iesnap.png" ); imagedestroy ( $im ); ?> 参考 imagegrabscreen() - 画面全体をキャ ...
https://man.plustar.jp/php/function.imagegrabwindow.html - [similar]
指定された角度で画像を回転する 7453
« imageresolution imagesavealpha » PHP Manual GD および Image 関数 指定された角度で画像を回転する ... ); // 出力 imagejpeg ( $rotate ); // メモリの解放 imagedestroy ( $source ); imagedestroy ( $rotate ); ?> 上の例の ...
https://man.plustar.jp/php/function.imagerotate.html - [similar]
塗りつぶし用のイメージを設定する 7453
« imagesetthickness imagestring » PHP Manual GD および Image 関数 塗りつぶし用のイメージを設定す ... r ( 'Content-Type: image/png' ); imagepng ( $im ); imagedestroy ( $im ); imagedestroy ( $zend ); ?> 上の例の出力は ...
https://man.plustar.jp/php/function.imagesettile.html - [similar]
グレースケールでイメージの一部をコピー、マージする 7305
« imagecopymerge imagecopyresampled » PHP Manual GD および Image 関数 グレースケールでイメージの ... ( 'Content-Type: image/gif' ); imagegif ( $dest ); imagedestroy ( $dest ); imagedestroy ( $src ); ?> 関連キーワード ...
https://man.plustar.jp/php/function.imagecopymergegray.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT