検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 135 for width (0.005 sec.)
無地の画像を作成する 7762
« Imagick::sparseColorImage Imagick::spreadImage » PHP Manual Imagick 無地の画像を作成する Imagi ... 像を作成する 説明 public Imagick::spliceImage ( int $width , int $height , int $x , int $y ): bool 無地の画像 ... を作成します。 パラメータ width height x y 戻り値 成功した場合に true を返します。 ... on spliceImage ( $imagePath , $startX , $startY , $width , $height ) { $imagick = new \ Imagick ( realpath ... ( $imagePath )); $imagick -> spliceImage ( $width , $height , $startX , $startY ); header ( "Content ...
https://man.plustar.jp/php/imagick.spliceimage.html - [similar]
画像のピクセルをインポートする 7618
« Imagick::implodeImage Imagick::inverseFourierTransformImage » PHP Manual Imagick 画像のピクセル ... magick::importImagePixels ( int $x , int $y , int $width , int $height , string $map , int $storage , array ... ータには次の制約があります。配列内のピクセルの量が、 width x height x mapの長さ と一致しなければなりません。 ... す。 パラメータ x 画像の x 位置。 y 画像の y 位置。 width 画像の幅。 height 画像の高さ。 map ピクセルの並び順 ... 、1 ピクセルあたり 3 つの値があるということです */ $width = $height = pow (( count ( $pixels ) / 3 ), 0.5 ); ...
https://man.plustar.jp/php/imagick.importimagepixels.html - [similar]
リモートサーバー上でコマンドを実行する 7425
« ssh2_disconnect ssh2_fetch_stream » PHP Manual SSH2 関数 リモートサーバー上でコマンドを実行する ... $command , string $pty = ? , array $env = ? , int $width = 80 , int $height = 25 , int $width_height_type = ... る環境で設定する名前/値のペアを連想配列で渡します。 width 仮想端末の幅。 height 仮想端末の高さ。 width_heigh ... t_type width_height_type は、 SSH2_TERM_UNIT_CHARS あるいは SSH ... : リモート , コマンド , 実行 , サーバー , height , width , int , type , env , exec ...
https://man.plustar.jp/php/function.ssh2-exec.html - [similar]
Construct a new Text Layout 7377
« UI\Draw\Text\Layout UI\Draw\Text\Layout::setColor » PHP Manual UI\Draw\Text\Layout Construct a ... ( string $text , UI\Draw\Text\Font $font , float $width ) Shall construct a new Text Layout パラメータ tex ... xt for the layout font The font to use for writing width The width of the layout 関連キーワード: Text , Lay ... out , new , Construct , construct , width , font , layout , use , パラメータ ...
https://man.plustar.jp/php/ui-draw-text-layout.construct.html - [similar]
対話式のシェルを要求する 7281
« ssh2_sftp ssh2_tunnel » PHP Manual SSH2 関数 対話式のシェルを要求する ssh2_shell (PECL ssh2 >= ... term_type = "vanilla" , ? array $env = null , int $width = 80 , int $height = 25 , int $width_height_type = ... 設定する名前/値の組の連想配列を渡すことができます。 width 仮想端末の幅。 height 仮想端末の高さ。 width_heigh ... t_type width_height_type は SSH2_TERM_UNIT_CHARS あるいは SSH2_ ... 連キーワード: シェル , 対話 , 要求 , type , height , width , リモート , int , env , ストリーム ...
https://man.plustar.jp/php/function.ssh2-shell.html - [similar]
データの比較にコールバック関数を用い、配列の差を計算する 7233
« array_udiff_uassoc array_uintersect_assoc » PHP Manual 配列 関数 データの比較にコールバック関数 ... オブジェクトにプロパティを設定します $array1 [ 0 ]-> width = 11 ; $array1 [ 0 ]-> height = 3 ; $array1 [ 1 ]- ... > width = 7 ; $array1 [ 1 ]-> height = 1 ; $array1 [ 2 ]-> ... width = 2 ; $array1 [ 2 ]-> height = 9 ; $array1 [ 3 ]-> ... width = 5 ; $array1 [ 3 ]-> height = 7 ; $array2 [ 0 ]-> ...
https://man.plustar.jp/php/function.array-udiff.html - [similar]
輝度の範囲にもとづいて各ピクセルの閾値を選択する 7233
« Imagick::adaptiveSharpenImage Imagick::addImage » PHP Manual Imagick 輝度の範囲にもとづいて各ピ ... 説明 public Imagick::adaptiveThresholdImage ( int $width , int $height , int $offset ): bool 周辺のピクセル ... いない場合の閾値の設定が可能となります。 パラメータ width 周辺の幅。 height 周辺の高さ。 offset 平均オフセッ ... hp function adaptiveThresholdImage ( $imagePath , $width , $height , $adaptiveOffset ) { $imagick = new \ I ... Quantum ()); $imagick -> adaptiveThresholdImage ( $width , $height , $adaptiveOffsetQuantum ); header ( "Co ...
https://man.plustar.jp/php/imagick.adaptivethresholdimage.html - [similar]
指定した幅で文字列を丸める 7185
« mb_strcut mb_stripos » PHP Manual マルチバイト文字列 関数 指定した幅で文字列を丸める mb_strimwidth ... idth (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_strimwidth — 指定した幅で文字列を丸める 説明 mb_strimwidth ( ... string $string , int $start , int $width , string $trim_marker = "" , ? string $encoding = ... null ): string 文字列 string を指定した幅 width で丸めます。 半角文字は 1 として、 全角文字は 2 と ... ットは、文字列の末尾からのオフセットと解釈されます。 width 丸める幅。負の値は、文字列の末尾からの幅を数えます ...
https://man.plustar.jp/php/function.mb-strimwidth.html - [similar]
画像のクリップマスクを設定する 6944
« Imagick::setImageChannelDepth Imagick::setImageColormapColor » PHP Manual Imagick 画像のクリッ ... $imagick -> readImage ( realpath ( $imagePath )); $width = $imagick -> getImageWidth (); $height = $imagick ... = new \ Imagick (); $clipMask -> newPseudoImage ( $width , $height , "canvas:transparent" ); $draw = new \ ... aw -> setFillColor ( 'white' ); $draw -> circle ( $width / 2 , $height / 2 , ( $width / 2 ) + ( $width / 4 ...
https://man.plustar.jp/php/imagick.setimageclipmask.html - [similar]
Vtiful\Kernel\Excel setColumn 6944
« Vtiful\Kernel\Excel::output Vtiful\Kernel\Excel::setRow » PHP Manual Vtiful\Kernel\Excel Vtifu ... l\Kernel\Excel::setColumn ( string $range , float $width , resource $format = ? ) Set the format of the col ... ラメータ range cell start and end coordinate strings width column width format cell format resource 戻り値 Vt ... 連キーワード: Vtiful , Kernel , setColumn , format , width , range , resource , string , public , float ...
https://man.plustar.jp/php/vtiful-kernel-excel.setColumn.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT