検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 83 for ImagickPixel (0.010 sec.)
ImagickPixel オブジェクトの現在の行を返す 7879
« ImagickPixelIterator::destroy ImagickPixelIterator::getIteratorRow » PHP Manual ImagickPixelIt ... erator ImagickPixel オブジェクトの現在の行を返す ImagickPixelIterator: ... urrentIteratorRow (PECL imagick 2, PECL imagick 3) ImagickPixelIterator::getCurrentIteratorRow — ImagickPixel オブ ... ジェクトの現在の行を返す 説明 public ImagickPixelIterator::getCurrentIteratorRow (): array 警告 この ... みが 記述されています。 pixel iterator の現在の行を、ImagickPixel オブジェクトの配列で返します。 戻り値 ImagickPixel ...
https://man.plustar.jp/php/imagickpixeliterator.getcurrentiteratorrow.html - [similar]
指定した色チャネルの値を正規化したものを取得する 7716
« ImagickPixel::getColorQuantum ImagickPixel::getColorValueQuantum » PHP Manual ImagickPixel 指定 ... した色チャネルの値を正規化したものを取得する ImagickPixel::getColorValue (PECL imagick 2, PECL imagick 3) Im ... 色チャネルの値を正規化したものを取得する 説明 public ImagickPixel::getColorValue ( int $color ): float 指定した色チャ ... を正規化した浮動小数点数値を返します。 エラー時には ImagickPixelException をスローします。 例 例1 基本的な Imagick: ... :getColorValue() の使用例 <?php $color = new ImagickPixel ( 'rgba(90%, 20%, 20%, 0.75)' ); echo "Alpha value ...
https://man.plustar.jp/php/imagickpixel.getcolorvalue.html - [similar]
画像処理 (ImageMagick) 7471
« GmagickPixel::setcolorvalue はじめに » PHP Manual 画像処理および作成 画像処理 (ImageMagick) 画 ... Imagick::getPixelRegionIterator — 画像セクションの ImagickPixelIterator を取得する Imagick::getPointSize — ポイント ... gickDraw::translate — 現在の座標系に変換を適用する ImagickPixelImagickPixel クラス ImagickPixel::clear — このオ ... ブジェクトに関連付けられたリソースを消去する ImagickPixel::__construct — ImagickPixel のコンストラクタ Imagi ... クトに関連付けられているリソースの割り当てを解除する ImagickPixel::getColor — 色を返す ImagickPixel::getColorAsStrin ...
https://man.plustar.jp/php/book.imagick.html - [similar]
色を補間する 7241
« Imagick::solarizeImage Imagick::spliceImage » PHP Manual Imagick 色を補間する Imagick::sparseC ... height ; } if ( is_string ( $colorPoint [ 2 ])) { $imagickPixel = new \ ImagickPixel ( $colorPoint [ 2 ]); } else ... if ( $colorPoint [ 2 ] instanceof \ ImagickPixel ) { $imagickPixel = $colorPoint [ 2 ]; } else{ $er ... e = sprintf ( "Value %s is neither a string nor an ImagickPixel class. Cannot use as a color." , $colorPoint [ 2 ] ... alidArgumentException ( $errorMessage ); } $red = $imagickPixel -> getColorValue (\ Imagick :: COLOR_RED ); $green ...
https://man.plustar.jp/php/imagick.sparsecolorimage.html - [similar]
塗りつぶし色と画像を混合する 6928
« Imagick::colorFloodfillImage Imagick::colorMatrixImage » PHP Manual Imagick 塗りつぶし色と画像 ... つぶし色を混合します。 パラメータ colorize 色を表す ImagickPixel オブジェクトあるいは文字列。 opacity 不透明度を表す ... ImagickPixel オブジェクトあるいは文字列。 1.0 は完全に不透明、0 ... 定できるようになりました。 これまでのバージョンでは ImagickPixel オブジェクトしか指定できませんでした。 例 例1 Imag ... opacity = $opacity / 255.0 ; $opacityColor = new \ ImagickPixel ( "rgba(0, 0, 0, $opacity )" ); $imagick -> colori ...
https://man.plustar.jp/php/imagick.colorizeimage.html - [similar]
画像の周りを枠線で囲む 6765
« Imagick::blurImage Imagick::brightnessContrastImage » PHP Manual Imagick 画像の周りを枠線で囲む ... ght ): bool 画像の周りを枠線で囲みます。枠線の色は ImagickPixel オブジェクトで指定します。 パラメータ bordercolor ... 枠線の色を含む ImagickPixel オブジェクトあるいは文字列。 width 枠線の幅。 heig ... 定できるようになりました。 これまでのバージョンでは ImagickPixel オブジェクトしか指定できませんでした。 例 例1 Imag ... gick , 枠 , borderImage , imagick , オブジェクト , ImagickPixel , バージョン , パラメータ ...
https://man.plustar.jp/php/imagick.borderimage.html - [similar]
画像の背景色を返す 6711
« Imagick::getImageAttribute Imagick::getImageBlob » PHP Manual Imagick 画像の背景色を返す Imagi ... す 説明 public Imagick::getImageBackgroundColor (): ImagickPixel 画像の背景色を返します。 パラメータ この関数にはパ ... ラメータはありません。 戻り値 画像の背景色を設定した ImagickPixel を返します。 エラー / 例外 エラー時に ImagickExcep ... 画像 , Imagick , getImageBackgroundColor , imagick , ImagickPixel , パラメータ , エラー , getImageAttribute , getIma ...
https://man.plustar.jp/php/imagick.getimagebackgroundcolor.html - [similar]
塗りつぶし色を返す 6670
« ImagickDraw::getClipUnits ImagickDraw::getFillOpacity » PHP Manual ImagickDraw 塗りつぶし色を返 ... し色を返す 説明 public ImagickDraw::getFillColor (): ImagickPixel 警告 この関数は、 現在のところ詳細な情報はありませ ... ブジェクトで使用する塗りつぶし色を返します。 戻り値 ImagickPixel オブジェクトを返します。 関連キーワード: ImagickDr ... aw , getFillColor , imagick , ImagickPixel , オブジェクト , getClipUnits , getFillOpacity , p ...
https://man.plustar.jp/php/imagickdraw.getfillcolor.html - [similar]
指定したピクセルの色を返す 6643
« Imagick::getImagePage Imagick::getImageProfile » PHP Manual Imagick 指定したピクセルの色を返す ... c Imagick::getImagePixelColor ( int $x , int $y ): ImagickPixel 指定したピクセルの色を返します。 パラメータ x ピク ... ピクセルの y 座標。 戻り値 指定した座標の色を表す ImagickPixel のインスタンスを返します。 エラー / 例外 エラー時に ... , 指定 , 色 , 座標 , getImagePixelColor , エラー , ImagickPixel , int , imagick ...
https://man.plustar.jp/php/imagick.getimagepixelcolor.html - [similar]
テキストの背景色を返す 6643
« ImagickDraw::getTextKerning ImagickDraw::getVectorGraphics » PHP Manual ImagickDraw テキストの ... 返す 説明 public ImagickDraw::getTextUnderColor (): ImagickPixel 警告 この関数は、 現在のところ詳細な情報はありませ ... 注記の背景に置く矩形の色を返します。 戻り値 色を表す ImagickPixel オブジェクトを返します。 関連キーワード: テキスト ... , ImagickDraw , getTextUnderColor , imagick , ImagickPixel , リスト , 矩形 , 背景 , 注記 , 記述 ...
https://man.plustar.jp/php/imagickdraw.gettextundercolor.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT