検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 97 for imagecreatetruecolor (0.004 sec.)
WebP 画像をブラウザあるいはファイルに出力する 6890
« imagewbmp imagexbm » PHP Manual GD および Image 関数 WebP 画像をブラウザあるいはファイルに出力 ... bP 形式で出力あるいは保存します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... hp // 空の画像を作成し、テキストを追加します $im = imagecreatetruecolor ( 120 , 20 ); $text_color = imagecolorallocate ( $ ...
https://man.plustar.jp/php/function.imagewebp.html - [similar]
イメージのブレンドモードを設定する 6759
« imageaffinematrixget imageantialias » PHP Manual GD および Image 関数 イメージのブレンドモード ... 描画している際には使用できません。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... lending() の使用例 <?php // 画像を作成します $im = imagecreatetruecolor ( 100 , 100 ); // アルファブレンディングをオンにし ...
https://man.plustar.jp/php/function.imagealphablending.html - [similar]
部分楕円を描画する 6759
« imageantialias imageavif » PHP Manual GD および Image 関数 部分楕円を描画する imagearc (PHP 4, ... 座標を中心とする円弧を描画します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... 円の描画 <?php // 200*200 の画像を作成します $img = imagecreatetruecolor ( 200 , 200 ); // 色を設定します $white = imagecol ...
https://man.plustar.jp/php/function.imagearc.html - [similar]
div および offset の係数を使用し、3x3 の畳み込み配列を適用する 6759
« imagecolortransparent imagecopy » PHP Manual GD および Image 関数 div および offset の係数を使 ... した係数とオフセットを使用します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... 下となります。 例2 ガウス分布のぼかし <?php $image = imagecreatetruecolor ( 180 , 40 ); // テキストを書き、画像にガウス分布の ...
https://man.plustar.jp/php/function.imageconvolution.html - [similar]
塗りつぶした多角形を描画する 6759
« imagefilledellipse imagefilledrectangle » PHP Manual GD および Image 関数 塗りつぶした多角形を ... に塗りつぶした多角形を生成します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... // Point 6 (x, y) ); // 画像を生成します $image = imagecreatetruecolor ( 250 , 250 ); // 色を割り当てます $bg = imagecolo ...
https://man.plustar.jp/php/function.imagefilledpolygon.html - [similar]
直線を描画する 6759
« imagelayereffect imageloadfont » PHP Manual GD および Image 関数 直線を描画する imageline (PHP ... ふたつの点を結ぶ直線を描画します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... lygon ( $image , $points , 4 , $color ); } ?> 参考 imagecreatetruecolor() - TrueColor イメージを新規に作成する imagecolora ...
https://man.plustar.jp/php/function.imageline.html - [similar]
オープンポリゴンを描画する 6759
« imageloadfont imagepalettecopy » PHP Manual GD および Image 関数 オープンポリゴンを描画する im ... 始点と終点の間の線は描かれません。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... on() の例 <?php // 空の画像を生成します。 $image = imagecreatetruecolor ( 400 , 300 ); // 色をポリゴンに割り当てます。 $co ...
https://man.plustar.jp/php/function.imageopenpolygon.html - [similar]
画像の解像度を取得/設定する 6759
« imagerectangle imagerotate » PHP Manual GD および Image 関数 画像の解像度を取得/設定する image ... 新しい画像の解像度は 96DPI です。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... た。 例 例1 画像の解像度を取得/設定する <?php $im = imagecreatetruecolor ( 100 , 100 ); imageresolution ( $im , 200 ); prin ...
https://man.plustar.jp/php/function.imageresolution.html - [similar]
線描画用のスタイルを設定する 6759
« imagesetpixel imagesetthickness » PHP Manual GD および Image 関数 線描画用のスタイルを設定する ... で使用されるスタイルを設定します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... <?php header ( "Content-type: image/jpeg" ); $im = imagecreatetruecolor ( 100 , 100 ); $w = imagecolorallocate ( $im , 255 ...
https://man.plustar.jp/php/function.imagesetstyle.html - [similar]
塗りつぶし用のイメージを設定する 6759
« imagesetthickness imagestring » PHP Manual GD および Image 関数 塗りつぶし用のイメージを設定す ... OR_TILED を使用してはいけません。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト。 ... ./zend.gif' ); // 200x200 の画像を作成します $im = imagecreatetruecolor ( 200 , 200 ); // タイルを設定します imagesettile ...
https://man.plustar.jp/php/function.imagesettile.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT