検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 97 for imagecreatetruecolor (0.010 sec.)
特定色で塗りつぶす 6641
« imagefilledrectangle imagefilter » PHP Manual GD および Image 関数 特定色で塗りつぶす imagefil ... 領域内を color 色で塗りつぶします。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... / 画像ハンドルを作成し、背景を白に設定します $im = imagecreatetruecolor ( 100 , 100 ); imagefilledrectangle ( $im , 0 , 0 ...
https://man.plustar.jp/php/function.imagefilltoborder.html - [similar]
アルファブレンディングフラグを設定し、レイヤ効果を使用する 6641
« imagejpeg imageline » PHP Manual GD および Image 関数 アルファブレンディングフラグを設定し、レ ... を設定し、レイヤ効果を使用します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... layereffect() の例 <?php // 画像を準備します $im = imagecreatetruecolor ( 100 , 100 ); // 背景を設定します imagefilledrect ...
https://man.plustar.jp/php/function.imagelayereffect.html - [similar]
楕円弧を描画し、塗りつぶす 6510
« imagefill imagefilledellipse » PHP Manual GD および Image 関数 楕円弧を描画し、塗りつぶす imag ... を中心とする、 楕円弧を描画します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... のパイを作成する <?php // 画像を作成します $image = imagecreatetruecolor ( 100 , 100 ); // 色を割り当てます $white = imagec ...
https://man.plustar.jp/php/function.imagefilledarc.html - [similar]
画像で使用する色を透過度を指定して作成する 6379
« imagecolorallocate imagecolorat » PHP Manual GD および Image 関数 画像で使用する色を透過度を指 ... imagecolorallocate() と等価です。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... ocatealpha() の使用例 <?php $size = 300 ; $image = imagecreatetruecolor ( $size , $size ); // 白い背景で黒いふちどりにしま ...
https://man.plustar.jp/php/function.imagecolorallocatealpha.html - [similar]
画像の一部をコピーしサイズを変更する 6248
« imagecopyresampled imagecreate » PHP Manual GD および Image 関数 画像の一部をコピーしサイズを変 ... height = $height * $percent ; // 読み込み $thumb = imagecreatetruecolor ( $newwidth , $newheight ); $source = imagecreatef ... 議な結果がもたらされます。 この問題を回避するには、 imagecreatetruecolor() で 生成されるような True カラーイメージを目的のイ ...
https://man.plustar.jp/php/function.imagecopyresized.html - [similar]
FreeType 2 によるフォントを用いてイメージにテキストを描画する 6248
« imageftbbox imagegammacorrect » PHP Manual GD および Image 関数 FreeType 2 によるフォントを用い ... xt() のエイリアスになっています。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... t() の例 <?php // 300x100 の画像を作成します $im = imagecreatetruecolor ( 300 , 100 ); $red = imagecolorallocate ( $im , 0 ...
https://man.plustar.jp/php/function.imagefttext.html - [similar]
補間方法を取得する 6248
« imagegetclip imagegif » PHP Manual GD および Image 関数 補間方法を取得する imagegetinterpolati ... 定されている補間方法を取得します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ...
https://man.plustar.jp/php/function.imagegetinterpolation.html - [similar]
画像形式からファイルの拡張子を取得する 5999
« getimagesizefromstring image_type_to_mime_type » PHP Manual GD および Image 関数 画像形式からフ ... の例 <?php // 画像のインスタンスを作成します $im = imagecreatetruecolor ( 100 , 100 ); // 画像を保存します imagepng ( $im ...
https://man.plustar.jp/php/function.image-type-to-extension.html - [similar]
イメージの色リソースを開放する 5999
« imagecolorclosesthwb imagecolorexact » PHP Manual GD および Image 関数 イメージの色リソースを開 ... ha() で確保された色を開放します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ...
https://man.plustar.jp/php/function.imagecolordeallocate.html - [similar]
切り取る長方形を設定する 5999
« imagesetbrush imagesetinterpolation » PHP Manual GD および Image 関数 切り取る長方形を設定する ... しない状態でなければ描画されます。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ...
https://man.plustar.jp/php/function.imagesetclip.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT