検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 135 for width (0.060 sec.)
画像の角を丸める 5488
« Imagick::rotationalBlurImage Imagick::sampleImage » PHP Manual Imagick 画像の角を丸める Imagic ... at $x_rounding , float $y_rounding , float $stroke_width = 10 , float $displace = 5 , float $size_correctio ... ng x 方向の丸め。 y_rounding y 方向の丸め。 stroke_width 線幅。 displace image displace size_correction サイ ...
https://man.plustar.jp/php/imagick.roundcorners.html - [similar]
色を補間する 5439
« Imagick::solarizeImage Imagick::spliceImage » PHP Manual Imagick 色を補間する Imagick::sparseC ... ColorImage() <?php function createGradientImage ( $width , $height , $colorPoints , $sparseMethod , $absolu ... magick = new \ Imagick (); $imagick -> newImage ( $width , $height , "white" ); $imagick -> setImageFormat ... lse { $barycentricPoints [] = $colorPoint [ 0 ] * $width ; $barycentricPoints [] = $colorPoint [ 1 ] * $hei ...
https://man.plustar.jp/php/imagick.sparsecolorimage.html - [similar]
UI 5391
« GUI用の拡張モジュール はじめに » PHP Manual GUI用の拡張モジュール UI UI はじめに インストール/ ... int::setY — Set Y UI\Size — Represents dimensions (width, height) UI\Size::__construct — Construct a new Si ... UI\Size::getHeight — Retrieves Height UI\Size::getWidth — Retrives Width UI\Size::of — Point Coercion UI\S ... ize::setHeight — Set Height UI\Size::setWidth — Set Width UI\Window — Window UI\Window::add — Ad ... yout::setColor — Set Color UI\Draw\Text\Layout::setWidth — Set Width UI\Draw\Text\Font — Represents a Font ...
https://man.plustar.jp/php/book.ui.html - [similar]
パレットを使用する新規画像を作成する 5391
« imagecopyresized imagecreatefromavif » PHP Manual GD および Image 関数 パレットを使用する新規画 ... を使用する新規画像を作成する 説明 imagecreate ( int $width , int $height ): GdImage | false imagecreate() は、 ... rtopalette() を呼ばなければいけません。 パラメータ width 画像の幅。 height 画像の高さ。 戻り値 成功した場合 ...
https://man.plustar.jp/php/function.imagecreate.html - [similar]
後で配置するために画像を読み込む 5391
« ps_open_image_file ps_open_memory_image » PHP Manual PS 関数 後で配置するために画像を読み込む ... string $source , string $data , int $lenght , int $width , int $height , int $components , int $bpc , strin ... ません。 data 画像データ。 length 画像データの長さ。 width 画像の幅。 height 画像の高さ。 components 各ピクセ ...
https://man.plustar.jp/php/function.ps-open-image.html - [similar]
現在の画像上に別の画像を合成する 5391
« ImagickDraw::comment ImagickDraw::__construct » PHP Manual ImagickDraw 現在の画像上に別の画像を ... site ( int $compose , float $x , float $y , float $width , float $height , Imagick $compositeWand ): bool 警 ... のいずれか x 左上角の x 座標。 y 左上角の y 座標。 width 合成する画像の幅。 height 合成する画像の高さ。 com ... ; $draw -> setFillOpacity ( 1 ); $draw -> setStrokeWidth ( 2 ); $draw -> setFontSize ( 72 ); $draw -> setSt ... setStrokeColor ( $strokeColor ); $draw -> setStrokeWidth ( 2 ); $draw -> setFont ( "../fonts/CANDY.TTF" ); ...
https://man.plustar.jp/php/imagickdraw.composite.html - [similar]
指定した矩形に画像をクロップする 5343
« imagecreatetruecolor imagecropauto » PHP Manual GD および Image 関数 指定した矩形に画像をクロッ ... プする矩形を配列で指定します。配列のキーには x , y , width , height を指定します。 戻り値 成功した場合にクロッ ... $im2 = imagecrop ( $im , [ 'x' => 0 , 'y' => 0 , 'width' => $size , 'height' => $size ]); if ( $im2 !== FA ...
https://man.plustar.jp/php/function.imagecrop.html - [similar]
幅と高さを指定して、画像の縮尺を変更する 5343
« imagesavealpha imagesetbrush » PHP Manual GD および Image 関数 幅と高さを指定して、画像の縮尺を ... 尺を変更する 説明 imagescale ( GdImage $image , int $width , int $height = -1 , int $mode = IMG_BILINEAR_FIXE ... のような画像作成関数が返す GdImage オブジェクト。 width 変更後の画像の幅。 height 変更後の画像の高さ。省略 ...
https://man.plustar.jp/php/function.imagescale.html - [similar]
画像のサイズを設定する 5343
« Imagick::exportImagePixels Imagick::filter » PHP Manual Imagick 画像のサイズを設定する Imagick ... ズを設定する 説明 public Imagick::extentImage ( int $width , int $height , int $x , int $y ): bool 画像のサイ ... り前のバージョンと同じ状態に戻りました。 パラメータ width 新しい幅。 height 新しい高さ。 x 新しいサイズの X ...
https://man.plustar.jp/php/imagick.extentimage.html - [similar]
画像のコントラストを調整する 5343
« Imagick::shearImage Imagick::sketchImage » PHP Manual Imagick 画像のコントラストを調整する Ima ... でブレンドする) <?php function generateBlendImage ( $width , $height , $contrast = 10 , $midpoint = 0.5 ) { $ ... ck = new Imagick (); $imagick -> newPseudoImage ( $width , $height , 'gradient:black-white' ); $quanta = $i ...
https://man.plustar.jp/php/imagick.sigmoidalcontrastimage.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT