検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 89 for Height (0.009 sec.)
画像のページのジオメトリを設定する 6243
« Imagick::setImageOrientation Imagick::setImageProfile » PHP Manual Imagick 画像のページのジオメ ... 明 public Imagick::setImagePage ( int $width , int $height , int $x , int $y ): bool 画像のページのジオメトリ ... を設定します。 パラメータ width height x y 戻り値 成功した場合に true を返します。 エラー ...
https://man.plustar.jp/php/imagick.setimagepage.html - [similar]
イメージの一部をコピー、マージする 6083
« imagecopy imagecopymergegray » PHP Manual GD および Image 関数 イメージの一部をコピー、マージす ... nt $src_x , int $src_y , int $src_width , int $src_height , int $pct ): bool src_image の src_x , src_y で始 ... まる幅 src_width 、 高さ src_height の領域を x,y座標で指定した dst_image にコピーします ... y コピー元の y 座標。 src_width コピー元の幅。 src_height コピー元の高さ。 pct 二つの画像は、 0から100の範囲 ...
https://man.plustar.jp/php/function.imagecopymerge.html - [similar]
新しいテンプレートを開始する 6083
« ps_begin_pattern ps_circle » PHP Manual PS 関数 新しいテンプレートを開始する ps_begin_template ... template ( resource $psdoc , float $width , float $height ): int 新しいテンプレートを開始します。テンプレート ... リソース ID。 width ピクセル単位のテンプレートの幅。 height ピクセル単位のテンプレートの高さ。 戻り値 成功した ... , template , 描画 , 関数 , psdoc , float , width , height , 単位 ...
https://man.plustar.jp/php/function.ps-begin-template.html - [similar]
Returns the size associated with the Imagick object 5976
« Imagick::getSamplingFactors Imagick::getSizeOffset » PHP Manual Imagick Returns the size assoc ... :setSize() . If you want to get the actual width / height of the image, use Imagick::getImageWidth() and Ima ... gick::getImageHeight() . パラメータ この関数にはパラメータはありません。 ... 400, after scaling to 400x800 (compared to width / height) <?php //Set size first and then load the raw imag ... ho $img -> getImageWidth (). "x" . $img -> getImageHeight (); ?> 上の例の出力は以下となります。 Array ( [col ...
https://man.plustar.jp/php/imagick.getsize.html - [similar]
Description 5976
« ImagickKernel::addUnityKernel ImagickKernel::fromMatrix » PHP Manual ImagickKernel Description ... * $tileSize ) + (( $columns - 1 ) * $tileSpace ); $height = ( $rows * $tileSize ) + (( $rows - 1 ) * $tileSp ... push (); $imagickDraw -> translate ( $width / 2 , $height / 2 ); $imagickDraw -> setFillColor ( 'rgba(0, 0, ... anvasWidth = $width + ( 2 * $imageMargin ); $canvasHeight = $height + ( 2 * $imageMargin ); $kernel = new \ ... $kernel -> newPseudoImage ( $canvasWidth , $canvasHeight , 'canvas:none' ); $kernel -> setImageFormat ( 'pn ...
https://man.plustar.jp/php/imagickkernel.frombuiltin.html - [similar]
Description 5976
« ImagickKernel::fromBuiltIn ImagickKernel::getMatrix » PHP Manual ImagickKernel Description Ima ... * $tileSize ) + (( $columns - 1 ) * $tileSpace ); $height = ( $rows * $tileSize ) + (( $rows - 1 ) * $tileSp ... push (); $imagickDraw -> translate ( $width / 2 , $height / 2 ); $imagickDraw -> setFillColor ( 'rgba(0, 0, ... anvasWidth = $width + ( 2 * $imageMargin ); $canvasHeight = $height + ( 2 * $imageMargin ); $kernel = new \ ... $kernel -> newPseudoImage ( $canvasWidth , $canvasHeight , 'canvas:none' ); $kernel -> setImageFormat ( 'pn ...
https://man.plustar.jp/php/imagickkernel.frommatrix.html - [similar]
画像を動かす 5922
« Imagick::linearStretchImage Imagick::listRegistry » PHP Manual Imagick 画像を動かす Imagick::l ... ic Imagick::liquidRescaleImage ( int $width , int $height , float $delta_x , float $rigidity ): bool このメソ ... 使用可能です。 パラメータ width 変更後のサイズの幅。 height 変更後のサイズの高さ。 delta_x seam が x 軸をどれだ ...
https://man.plustar.jp/php/imagick.liquidrescaleimage.html - [similar]
新しいページを開始する 5869
« ps_arcn ps_begin_pattern » PHP Manual PS 関数 新しいページを開始する ps_begin_page (PECL ps >= ... gin_page ( resource $psdoc , float $width , float $height ): bool 新しいページを開始します。 width や height ... h ピクセル単位のページの幅 (例: A4 の場合は 596)。 height ピクセル単位のページの高さ (例: A4 の場合は 842)。 ...
https://man.plustar.jp/php/function.ps-begin-page.html - [similar]
Create a new PDF converter 5869
« wkhtmltox\PDF\Converter::add wkhtmltox\PDF\Converter::convert » PHP Manual wkhtmltox\PDF\Conve ... th with of the output document 210mm >= 0.1.0 size.height height of the output document 297mm >= 0.1.0 orien ...
https://man.plustar.jp/php/wkhtmltox-pdf-converter.construct.html - [similar]
色を補間する 5815
« Imagick::solarizeImage Imagick::spliceImage » PHP Manual Imagick 色を補間する Imagick::sparseC ... e() <?php function createGradientImage ( $width , $height , $colorPoints , $sparseMethod , $absolute = false ... new \ Imagick (); $imagick -> newImage ( $width , $height , "white" ); $imagick -> setImageFormat ( "png" ); ... dth ; $barycentricPoints [] = $colorPoint [ 1 ] * $height ; } if ( is_string ( $colorPoint [ 2 ])) { $imagic ...
https://man.plustar.jp/php/imagick.sparsecolorimage.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT