検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 234 for [SIMILAR] 16 1024 4096 WITH 16063 直線 WITH 8885... (0.165 sec.)
現在位置を設定する 0
« ps_makespotcolor ps_new » PHP Manual PS 関数 現在位置を設定する ps_moveto (PECL ps >= 1.1.0) ps_moveto — 現在位置を設定する 説明 ps_moveto ( resource $psdoc , float $x , float $y ): bool 現在位置を新しい座標に指定します。前回のパスが終了してからはじめて ps_moveto() が呼ばれた場合、新し ...
https://man.plustar.jp/php/function.ps-moveto.html - [similar]
ページを終了する 0
« ps_delete ps_end_pattern » PHP Manual PS 関数 ページを終了する ps_end_page (PECL ps >= 1.1.0) ps_end_page — ページを終了する 説明 ps_end_page ( resource $psdoc ): bool ps_begin_page() によって開始したページを終了します。 ページを終了しても、現在の描画コンテキストはそのままになります。つ ...
https://man.plustar.jp/php/function.ps-end-page.html - [similar]
画像にテキストによる注記を加える 0
« Gmagick::addnoiseimage Gmagick::blurimage » PHP Manual Gmagick 画像にテキストによる注記を加える Gmagick::annotateimage (PECL gmagick >= Unknown) Gmagick::annotateimage — 画像にテキストによる注記を加える 説明 public Gmagick::annotateimage ( GmagickDraw $GmagickDraw , float $x , float $y ...
https://man.plustar.jp/php/gmagick.annotateimage.html - [similar]
新しいテンプレートを開始する 0
« ps_begin_pattern ps_circle » PHP Manual PS 関数 新しいテンプレートを開始する ps_begin_template (PECL ps >= 1.2.0) ps_begin_template — 新しいテンプレートを開始する 説明 ps_begin_template ( resource $psdoc , float $width , float $height ): int 新しいテンプレートを開始します。テンプレート ...
https://man.plustar.jp/php/function.ps-begin-template.html - [similar]
円を描く 0
« ps_begin_template ps_clip » PHP Manual PS 関数 円を描く ps_circle (PECL ps >= 1.1.0) ps_circle — 円を描く 説明 ps_circle ( resource $psdoc , float $x , float $y , float $radius ): bool ( x , y ) を中心とする円を描きます。描画開始位置は ( x + radius , y ) です。もしパスの外部でこの関数が ...
https://man.plustar.jp/php/function.ps-circle.html - [similar]
以降の出力で用いるシェーディングを作成する 0
« ps_shading_pattern ps_shfill » PHP Manual PS 関数 以降の出力で用いるシェーディングを作成する ps_shading (PECL ps >= 1.3.0) ps_shading — 以降の出力で用いるシェーディングを作成する 説明 ps_shading ( resource $psdoc , string $type , float $x0 , float $y0 , float $x1 , float $y1 , float $c ...
https://man.plustar.jp/php/function.ps-shading.html - [similar]
補間方法を設定する 0
« imagesetclip imagesetpixel » PHP Manual GD および Image 関数 補間方法を設定する imagesetinterpolation (PHP 5 >= 5.5.0, PHP 7, PHP 8) imagesetinterpolation — 補間方法を設定する 説明 imagesetinterpolation ( GdImage $image , int $method = IMG_BILINEAR_FIXED ): bool 補間方法を設定します。こ ...
https://man.plustar.jp/php/function.imagesetinterpolation.html - [similar]
破線の形状を設定する 0
« ps_setoverprintmode ps_shading_pattern » PHP Manual PS 関数 破線の形状を設定する ps_setpolydash (PECL ps >= 1.1.0) ps_setpolydash — 破線の形状を設定する 説明 ps_setpolydash ( resource $psdoc , float $arr ): bool 破線の「線」の部分と「空白」の部分の長さを設定します。 ps_setpolydash() は ...
https://man.plustar.jp/php/function.ps-setpolydash.html - [similar]
点を描く 0
« GmagickDraw::line GmagickDraw::polygon » PHP Manual GmagickDraw 点を描く GmagickDraw::point (PECL gmagick >= Unknown) GmagickDraw::point — 点を描く 説明 public GmagickDraw::point ( float $x , float $y ): GmagickDraw 現在の描画色と太さを使って、指定した座標に点を描きます。 パラメータ x ...
https://man.plustar.jp/php/gmagickdraw.point.html - [similar]
多角形を描く 0
« GmagickDraw::point GmagickDraw::polyline » PHP Manual GmagickDraw 多角形を描く GmagickDraw::polygon (PECL gmagick >= Unknown) GmagickDraw::polygon — 多角形を描く 説明 public GmagickDraw::polygon ( array $coordinates ): GmagickDraw 現在の描画色、線幅、塗りつぶし色、塗りつぶしテクスチャを ...
https://man.plustar.jp/php/gmagickdraw.polygon.html - [similar]