検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 25 for 左上 (0.002 sec.)
TrueType フォントを使用してテキストを画像に書き込む 8933
« imagettfbbox imagetypes » PHP Manual GD および Image 関数 TrueType フォントを使用してテキストを ... を定義する imagestring() と異なっています。 例えば、左上は 0, 0 となります。 y y 座標。これは文字の最下位置で ... 有する配列を返します。 返される点は左下、右下、右上、左上の順番となります。 点の座標は、角度によらず text に関 ... する相対座標として表されます。 つまり、"左上"は、text を水平に見た場合の左上の隅を表します。 エ ... e , 画像 , imagettftext , 使用 , 注意 , サポート , 左上 ...
https://man.plustar.jp/php/function.imagettftext.html - [similar]
FreeType 2 によるフォントを用いてイメージにテキストを描画する 8651
« imageftbbox imagegammacorrect » PHP Manual GD および Image 関数 FreeType 2 によるフォントを用い ... ります。 imagestring() の場合は x と y で最初の文字の左上の角を指定しており、 たとえば "左上" は 0, 0 となりま ... 3 右下の y 座標 4 右上の x 座標 5 右上の y 座標 6 左上の x 座標 7 左上の y 座標 失敗時には、 false を返しま ...
https://man.plustar.jp/php/function.imagefttext.html - [similar]
文字列を水平に描画する 8651
« imagesettile imagestringup » PHP Manual GD および Image 関数 文字列を水平に描画する imagestrin ... が返した、 GdFont クラスのインスタンスのいずれか。 x 左上隅の x 座標。 y 左上隅の y 座標。 string 書き出す文字 ... lor = imagecolorallocate ( $im , 0 , 0 , 255 ); // 左上に文字列を描画します imagestring ( $im , 5 , 0 , 0 , ...
https://man.plustar.jp/php/function.imagestring.html - [similar]
TypeType フォントを使用したテキストの bounding box を生成する 8369
« imagetruecolortopalette imagettftext » PHP Manual GD および Image 関数 TypeType フォントを使用 ... 下角の Y 座標 4 右上角の X 座標 5 右上角の Y 座標 6 左上角の X 座標 7 左上角の Y 座標 各点の位置は、 angle に ... かわらず text からの相対位置で表されます。 つまり、"左上"はテキストを水平に見た場合の左上の角を意味します。 ...
https://man.plustar.jp/php/function.imagettfbbox.html - [similar]
切り取る長方形を設定する 8219
« imagesetbrush imagesetinterpolation » PHP Manual GD および Image 関数 切り取る長方形を設定する ... のような画像作成関数が返す GdImage オブジェクト。 x1 左上のx座標 y1 左上のy座標 x2 右下のx座標 y2 右下のy座標 ...
https://man.plustar.jp/php/function.imagesetclip.html - [similar]
長方形を切り取り、画像として取得する 7804
« imagegd imagegetinterpolation » PHP Manual GD および Image 関数 長方形を切り取り、画像として取 ... る長方形の座標を配列で返し、 次のエントリを持ちます: 左上のx座標 左上のx座標 右下のx座標 右下のy座標 変更履歴 ...
https://man.plustar.jp/php/function.imagegetclip.html - [similar]
水平に文字を描画する 7522
« imagebmp imagecharup » PHP Manual GD および Image 関数 水平に文字を描画する imagechar (PHP 4, ... or ): bool imagechar() は、画像 im 上の座標 x , y (左上が 0, 0) に color 色で char の最初の文字を描画します ... black = imagecolorallocate ( $im , 0 , 0 , 0 ); // 左上の角に黒で "P" を表示します imagechar ( $im , 1 , 0 ...
https://man.plustar.jp/php/function.imagechar.html - [similar]
画像セクションの ImagickPixelIterator を取得する 6525
« Imagick::getPixelIterator Imagick::getPointSize » PHP Manual Imagick 画像セクションの ImagickP ... 例 例1 Imagick::getPixelRegionIterator() の例 画像の左上のピクセルを順にたどり、それを黒に変更します。 <?php ...
https://man.plustar.jp/php/imagick.getpixelregioniterator.html - [similar]
塗り潰す 6393
« imageellipse imagefilledarc » PHP Manual GD および Image 関数 塗り潰す imagefill (PHP 4, PHP 5 ... int $x , int $y , int $color ): bool 指定した座標 (左上が 0, 0 です) から、指定した色 color で image を塗り ...
https://man.plustar.jp/php/function.imagefill.html - [similar]
塗りつぶした矩形を描画する 6393
« imagefilledpolygon imagefilltoborder » PHP Manual GD および Image 関数 塗りつぶした矩形を描画す ... ます。 開始位置と終了位置を指定します。0, 0 が画像の左上角を表します。 パラメータ image imagecreatetruecolor ...
https://man.plustar.jp/php/function.imagefilledrectangle.html - [similar]
PREV 1 2 3 NEXT