検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 11 for PAINT (0.002 sec.)
画像上に色を描画する 12696
« ImagickDraw::clone ImagickDraw::comment » PHP Manual ImagickDraw 画像上に色を描画する ImagickD ... ic ImagickDraw::color ( float $x , float $y , int $paintMethod ): bool 警告 この関数は、 現在のところ詳細な ... ラメータ x 描画位置の x 座標。 y 描画位置の y 座標。 paintMethod PAINT 定数 ( imagick::PAINT_* ) のいずれか 戻 ... 描画 , 画像 , ImagickDraw , 色 , imagick , 位置 , PAINT , 座標 , float , paintMethod ...
https://man.plustar.jp/php/imagickdraw.color.html - [similar]
画像の opacity チャネル上に描画する 11611
« ImagickDraw::line ImagickDraw::pathClose » PHP Manual ImagickDraw 画像の opacity チャネル上に描 ... ic ImagickDraw::matte ( float $x , float $y , int $paintMethod ): bool 警告 この関数は、 現在のところ詳細な ... パラメータ x マットの x 座標。 y マットの y 座標。 paintMethod PAINT 定数 ( imagick::PAINT_* ) のうちのいず ... ( $strokeColor , $fillColor , $backgroundColor , $paintType ) { $draw = new \ ImagickDraw (); $draw -> set ... setFontSize ( 72 ); $draw -> matte ( 120 , 120 , $paintType ); $draw -> rectangle ( 100 , 100 , 300 , 200 ...
https://man.plustar.jp/php/imagickdraw.matte.html - [similar]
定義済み定数 10722
« 実行時設定 例 » PHP Manual Gmagick 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... SSION_RLE ( int ) Gmagick::COMPRESSION_ZIP ( int ) Paint constants Gmagick::PAINT_POINT ( int ) Gmagick::PA ... INT_REPLACE ( int ) Gmagick::PAINT_FLOODFILL ( int ) Gmagick::PAINT_FILLTOBORDER ( in ... t ) Gmagick::PAINT_RESET ( int ) Gravity constants Gmagick::GRAVITY_N ... Gmagick::PREVIEW_WAVE ( int ) Gmagick::PREVIEW_OILPAINT ( int ) Gmagick::PREVIEW_CHARCOALDRAWING ( int ) G ...
https://man.plustar.jp/php/gmagick.constants.html - [similar]
定義済み定数 8375
« リソース型 例 » PHP Manual ImageMagick 定義済み定数 定義済み定数 以下の定数が定義されています。 ... eMagick で 行った場合に使用可能です。 6.4.0 以降。 PAINT 定数 imagick::PAINT_POINT ( int ) imagick::PAINT_R ... EPLACE ( int ) imagick::PAINT_FLOODFILL ( int ) imagick::PAINT_FILLTOBORDER ( in ... t ) imagick::PAINT_RESET ( int ) GRAVITY 定数 imagick::GRAVITY_NORTHW ... imagick::PREVIEW_WAVE ( int ) imagick::PREVIEW_OILPAINT ( int ) imagick::PREVIEW_CHARCOALDRAWING ( int ) i ...
https://man.plustar.jp/php/imagick.constants.html - [similar]
列挙型とメソッド 8197
« 値に依存した列挙型(Backed Enum) 列挙型と static メソッド » PHP Manual 列挙型(Enum) 列挙型とメソ ... ape (): string { return "Rectangle" ; } } function paint ( Colorful $c ) { ... } paint ( Suit :: Clubs ); / ...
https://man.plustar.jp/php/language.enumerations.methods.html - [similar]
MagickPixelIterator を返す 7841
« Imagick::getPage Imagick::getPixelRegionIterator » PHP Manual Imagick MagickPixelIterator を返 ... ) { $pixel -> setColor ( "rgba(0, 0, 0, 0)" ); /* Paint every second pixel black*/ } } $imageIterator -> s ...
https://man.plustar.jp/php/imagick.getpixeliterator.html - [similar]
ImagickPixelIterator のコンストラクタ 7841
« ImagickPixelIterator::clear ImagickPixelIterator::destroy » PHP Manual ImagickPixelIterator Im ... ar $pixel \ImagickPixel */ if ( $column % 2 ) { /* Paint every second pixel black*/ $pixel -> setColor ( "r ...
https://man.plustar.jp/php/imagickpixeliterator.construct.html - [similar]
PixelIterator に関連付けられたリソースを消去する 7646
« ImagickPixelIterator ImagickPixelIterator::__construct » PHP Manual ImagickPixelIterator Pixel ... s as $column => $pixel ) { if ( $column % 2 ) { /* Paint every second pixel black*/ $pixel -> setColor ( "r ...
https://man.plustar.jp/php/imagickpixeliterator.clear.html - [similar]
pixel iterator の次の行を返す 7646
« ImagickPixelIterator::getIteratorRow ImagickPixelIterator::getPreviousIteratorRow » PHP Manual ... ar $pixel \ImagickPixel */ if ( $column % 2 ) { /* Paint every second pixel black*/ $pixel -> setColor ( "r ...
https://man.plustar.jp/php/imagickpixeliterator.getnextiteratorrow.html - [similar]
pixel iterator の行を設定する 7646
« ImagickPixelIterator::setIteratorLastRow ImagickPixelIterator::syncIterator » PHP Manual Imagi ... as $pixel ) { /** @var $pixel \ImagickPixel */ /* Paint every second pixel black*/ $pixel -> setColor ( "r ...
https://man.plustar.jp/php/imagickpixeliterator.setiteratorrow.html - [similar]
PREV 1 2 NEXT