検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 575 for x (0.015 sec.)
色ベクトルを画像の各ピクセルに適用する 3720
« Imagick::thumbnailImage Imagick::__toString » PHP Manual Imagick 色ベクトルを画像の各ピクセルに ... クセルに適用する 説明 public Imagick::tintImage ( mixed $tint , mixed $opacity , bool $legacy = false ): ... 間色のときに最大となります。 ベクトルの重み関数は f(x)=(1-(4.0*((x-0.5)*(x-0.5)))) です。 パラメータ tin ... true を返します。 エラー / 例外 エラー時に ImagickException をスローします。 変更履歴 バージョン 説明 P ... ようになりました。 これまでのバージョンでは ImagickPixel オブジェクトしか指定できませんでした。 例 例1 Im ...
https://man.plustar.jp/php/imagick.tintimage.html - [similar]
現在の画像上に別の画像を合成する 3720
« ImagickDraw::comment ImagickDraw::__construct » PHP Manual ImagickDraw 現在の画像上に別の画像を ... lic ImagickDraw::composite ( int $compose , float $x , float $y , float $width , float $height , Imagic ... ose 合成演算子 ( imagick::COMPOSITE_* ) のいずれか x 左上角の x 座標。 y 左上角の y 座標。 width 合成す ...
https://man.plustar.jp/php/imagickdraw.composite.html - [similar]
マイターリミットを指定する 3720
« ImagickDraw::setStrokeLineJoin ImagickDraw::setStrokeOpacity » PHP Manual ImagickDraw マイター ... -> setStrokeMiterLimit ( 40 * $y ); $points = [ [ 'x' => 22 * 3 , 'y' => 15 * 4 + $y * $yOffset ], [ 'x ... ' => 20 * 3 , 'y' => 20 * 4 + $y * $yOffset ], [ 'x' => 70 * 5 , 'y' => 45 * 4 + $y * $yOffset ], ]; $ ...
https://man.plustar.jp/php/imagickdraw.setstrokemiterlimit.html - [similar]
PECL 拡張モジュールを PHP に静的に組み込む 3720
« php-config 問題が起きた場合 » PHP Manual PECL 拡張モジュールのインストール PECL 拡張モジュール ... ためには、拡張モジュールのソースを /your/phpsrcdir/ext/ ディレクトリに置き、PHP にその設定スクリプトを生 ... 成させる必要があります。 $ cd /your/phpsrcdir/ext $ pecl download extname $ gzip -d < extname.tgz | ... tar -xvf - $ mv extname-x.x.x extname 上記を行うと、以下の ... ディレクトリが作成されます。 /your/phpsrcdir/ext/extname これ以降、PHP に configure スクリプトを再 ...
https://man.plustar.jp/php/install.pecl.static.html - [similar]
例外(exceptions) 3720
« PHP 7 でのエラー 例外を拡張する » PHP Manual 言語リファレンス 例外(exceptions) 例外(exceptions ... ログラムが終了します。 スローされるオブジェクトは、 Exception クラスあるいは Exception のサブクラスのイン ... します。 例外が捕捉されない場合、PHP は " Uncaught Exception ... " というメッセージとともに 致命的なエラ ... ー(fatal error)を発行します。 ただし、 set_exception_handler() でハンドラが 定義されている場合を ... った場合に、 catch の代わりに呼び出される関数を set_exception_handler() 関数で設定できます。 その効果は、 ...
https://man.plustar.jp/php/language.exceptions.html - [similar]
新しい関数 3720
« 新機能 新しいグローバル定数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新しい関数 新しい関 ...
https://man.plustar.jp/php/migration71.new-functions.html - [similar]
新しく追加された関数 3720
« 新しいクラスとインターフェイス 新しいグローバル定数 » PHP Manual PHP 7.3.x から PHP 7.4.x への ... マルチバイト文字列 mb_str_split() OpenSSL openssl_x509_verify() プロセス制御 pcntl_unshare() SQLite3 S ...
https://man.plustar.jp/php/migration74.new-functions.html - [similar]
内部オプション設定 3720
« 選択肢 サブパターン » PHP Manual PCRE 正規表現構文 内部オプション設定 内部オプション設定 PCRE_ ... PCRE_MULTILINE , PCRE_DOTALL PCRE_UNGREEDY , PCRE_EXTRA , PCRE_EXTENDED および PCRE_DUPNAMES オプション ... 文字 i PCRE_CASELESS m PCRE_MULTILINE s PCRE_DOTALL x PCRE_EXTENDED U PCRE_UNGREEDY X PCRE_EXTRA (PHP 7. ... り、そのオプションを 解除することも可能です。 (?im-sx) のように設定と解除とを 組み合わせることも可能です ... PCRE_MULTILINE とが設定され、 PCRE_DOTALL と PCRE_EXTENDED とが解除されます。 オプション文字がハイフンの ...
https://man.plustar.jp/php/regexp.reference.internal-options.html - [similar]
楕円を画像上に描く 3690
« GmagickDraw::bezier GmagickDraw::getfillcolor » PHP Manual GmagickDraw 楕円を画像上に描く Gmag ... 上に描く 説明 public GmagickDraw::ellipse ( float $ox , float $oy , float $rx , float $ry , float $start ... : GmagickDraw 楕円を画像上に描きます。 パラメータ ox 原点の x 座標。 oy 原点の y 座標。 rx x 方向の半径 ...
https://man.plustar.jp/php/gmagickdraw.ellipse.html - [similar]
直線を描く 3690
« GmagickDraw::gettextencoding GmagickDraw::point » PHP Manual GmagickDraw 直線を描く GmagickDra ... 直線を描く 説明 public GmagickDraw::line ( float $sx , float $sy , float $ex , float $ey ): GmagickDraw ... 度、線幅を使って画像上に直線を描きます。 パラメータ sx 開始位置の x 座標。 sy 開始位置の y 座標。 ex 終了 ... 位置の x 座標。 ey 終了位置の y 座標。 戻り値 GmagickDraw オ ... ワード: 直線 , GmagickDraw , float , 位置 , 座標 , sx , ey , 開始 , 終了 , gettextencoding ...
https://man.plustar.jp/php/gmagickdraw.line.html - [similar]