検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 89 for height (0.022 sec.)
画像の生のピクセルをエクスポートする 6618
« Imagick::evaluateImage Imagick::extentImage » PHP Manual Imagick 画像の生のピクセルをエクスポー ... tImagePixels ( int $x , int $y , int $width , int $height , string $map , int $STORAGE ): array 画像のピクセ ... の順序を指定します。 返される配列の大きさは width * height * strlen(map) となります。 このメソッドは、ImageMa ... する範囲の Y 座標。 width エクスポートする範囲の幅。 height エクスポートする範囲の高さ。 map エクスポートするピ ... , map , exportImagePixels , 範囲 , 配列 , width , height ...
https://man.plustar.jp/php/imagick.exportimagepixels.html - [similar]
矩形を描く 6511
« ps_place_image ps_restore » PHP Manual PS 関数 矩形を描く ps_rect (PECL ps >= 1.1.0) ps_rect — ... sdoc , float $x , float $y , float $width , float $height ): bool ( x , y )を左下の角とする 矩形を描きます ... 座標。 y 矩形の左下角の y 座標。 width 画像の幅。 height 画像の高さ。 戻り値 成功した場合に true を、失敗し ... 左下 , パス , float , rect , 画像 , 位置 , 描画 , height , width ...
https://man.plustar.jp/php/function.ps-rect.html - [similar]
画像の一部を取り除き、切り詰める 6511
« Imagick::charcoalImage Imagick::clampImage » PHP Manual Imagick 画像の一部を取り除き、切り詰め ... 説明 public Imagick::chopImage ( int $width , int $height , int $x , int $y ): bool 画像の一部を削除し、そこ ... 像をなくします。 パラメータ width 切り取る範囲の幅。 height 切り取る範囲の高さ。 x 切り取る範囲の X 座標。 y 切 ... hopImage , int , 範囲 , エラー , imagick , width , height , 座標 ...
https://man.plustar.jp/php/imagick.chopimage.html - [similar]
グレースケールでイメージの一部をコピー、マージする 6457
« imagecopymerge imagecopyresampled » PHP Manual GD および Image 関数 グレースケールでイメージの ... nt $src_x , int $src_y , int $src_width , int $src_height , int $pct ): bool imagecopymergegray() は、 src_i ... 標 src_x , src_y から 始まる幅 src_width 、高さ src_height の領域を dst_image にコピーします。 定義された部分 ... y コピー元の y 座標。 src_width コピー元の幅。 src_height コピー元の高さ。 pct src_image が pct にしたがって ... , int , 座標 , imagecopymergegray , 画像 , 関数 , height ...
https://man.plustar.jp/php/function.imagecopymergegray.html - [similar]
JPEG画像をWBMP画像に変換する 6457
« iptcparse png2wbmp » PHP Manual GD および Image 関数 JPEG画像をWBMP画像に変換する jpeg2wbmp (P ... ( string $jpegname , string $wbmpname , int $dest_height , int $dest_width , int $threshold ): bool JPEG画像 ... イルのパス wbmpname 出力先のWBMPファイルのパス dest_height 出力画像の高さ dest_width 出力画像の幅 threshold し ... , WBMP , 変換 , 出力 , dest , 関数 , int , 推奨 , height , 失敗 ...
https://man.plustar.jp/php/function.jpeg2wbmp.html - [similar]
PNG画像をWBMP画像に変換する 6457
« jpeg2wbmp GdImage » PHP Manual GD および Image 関数 PNG画像をWBMP画像に変換する png2wbmp (PHP ... p ( string $pngname , string $wbmpname , int $dest_height , int $dest_width , int $threshold ): bool PNG画像 ... 像ファイル wbmpname 出力先のWBMPファイルのパス dest_height 出力画像の高さ dest_width 出力画像の幅 threshold し ... , WBMP , 変換 , 出力 , dest , 関数 , int , 推奨 , height , 失敗 ...
https://man.plustar.jp/php/function.png2wbmp.html - [similar]
TrueColor イメージを新規に作成する 6404
« imagecreatefromxpm imagecrop » PHP Manual GD および Image 関数 TrueColor イメージを新規に作成す ... 成する 説明 imagecreatetruecolor ( int $width , int $height ): GdImage | false imagecreatetruecolor() は、指定 ... オブジェクトを返します。 パラメータ width 画像の幅。 height 画像の高さ。 戻り値 成功した場合に画像オブジェクト ... メージ , 作成 , 新規 , 画像 , imagecreatetruecolor , height , 出力 , バージョン , オブジェクト , 成功 ...
https://man.plustar.jp/php/function.imagecreatetruecolor.html - [similar]
基本的な使用法 6350
« 例 Imagick » PHP Manual 例 基本的な使用法 基本的な使用法 Imagick は、PHP による画像の操作を、 ... -> getImageWidth () + 10 , $reflection -> getImageHeight () + 10 , "gradient:transparent-black" ); /* 階調を ... りません */ $width = $im -> getImageWidth () + 40 ; $height = ( $im -> getImageHeight () * 2 ) + 30 ; $canvas ... -> newImage ( $width , $height , new ImagickPixel ( "black" )); $canvas -> setIma ... , imagick :: COMPOSITE_OVER , 20 , $im -> getImageHeight () + 10 ); /* 画像を出力します */ header ( "Conten ...
https://man.plustar.jp/php/imagick.examples-1.html - [similar]
パレットを使用する新規画像を作成する 6297
« imagecopyresized imagecreatefromavif » PHP Manual GD および Image 関数 パレットを使用する新規画 ... 画像を作成する 説明 imagecreate ( int $width , int $height ): GdImage | false imagecreate() は、 指定した大き ... 呼ばなければいけません。 パラメータ width 画像の幅。 height 画像の高さ。 戻り値 成功した場合に画像オブジェクト ... , 作成 , パレット , 新規 , 使用 , create , 出力 , height , バージョン , imagecreatetruecolor ...
https://man.plustar.jp/php/function.imagecreate.html - [similar]
楕円を描画する 6297
« imagedestroy imagefill » PHP Manual GD および Image 関数 楕円を描画する imageellipse (PHP 4 >= ... int $center_x , int $center_y , int $width , int $height , int $color ): bool 指定した座標を中心とする楕円を ... x 座標。 center_y 中心の y 座標。 width 楕円の幅。 height 楕円の高さ。 color 楕円の色。 imagecolorallocate() ... e , int , center , 中心 , 座標 , GdImage , width , height ...
https://man.plustar.jp/php/function.imageellipse.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT