検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 89 for height (0.011 sec.)
塗りつぶされた楕円を描画する 5762
« imagefilledarc imagefilledpolygon » PHP Manual GD および Image 関数 塗りつぶされた楕円を描画す ... int $center_x , int $center_y , int $width , int $height , int $color ): bool 指定した image の指定した座標 ... x 座標。 center_y 中心の y 座標。 width 楕円の幅。 height 楕円の高さ。 color 塗りつぶし色。 imagecoloralloca ...
https://man.plustar.jp/php/function.imagefilledellipse.html - [similar]
後で配置するために画像を読み込む 5762
« ps_open_image_file ps_open_memory_image » PHP Manual PS 関数 後で配置するために画像を読み込む ... e , string $data , int $lenght , int $width , int $height , int $components , int $bpc , string $params ): i ... データ。 length 画像データの長さ。 width 画像の幅。 height 画像の高さ。 components 各ピクセルのコンポーネント ...
https://man.plustar.jp/php/function.ps-open-image.html - [similar]
現在の画像上に別の画像を合成する 5762
« ImagickDraw::comment ImagickDraw::__construct » PHP Manual ImagickDraw 現在の画像上に別の画像を ... pose , float $x , float $y , float $width , float $height , Imagick $compositeWand ): bool 警告 この関数は、 ... 座標。 y 左上角の y 座標。 width 合成する画像の幅。 height 合成する画像の高さ。 compositeWand 合成する画像を取 ...
https://man.plustar.jp/php/imagickdraw.composite.html - [similar]
指定した矩形に画像をクロップする 5708
« imagecreatetruecolor imagecropauto » PHP Manual GD および Image 関数 指定した矩形に画像をクロッ ... 形を配列で指定します。配列のキーには x , y , width , height を指定します。 戻り値 成功した場合にクロップ後の画 ... $im , [ 'x' => 0 , 'y' => 0 , 'width' => $size , 'height' => $size ]); if ( $im2 !== FALSE ) { imagepng ( $ ...
https://man.plustar.jp/php/function.imagecrop.html - [similar]
幅と高さを指定して、画像の縮尺を変更する 5708
« imagesavealpha imagesetbrush » PHP Manual GD および Image 関数 幅と高さを指定して、画像の縮尺を ... 説明 imagescale ( GdImage $image , int $width , int $height = -1 , int $mode = IMG_BILINEAR_FIXED ): GdImage | ... 返す GdImage オブジェクト。 width 変更後の画像の幅。 height 変更後の画像の高さ。省略したり負の数を指定したりし ...
https://man.plustar.jp/php/function.imagescale.html - [similar]
画像のサイズを設定する 5708
« Imagick::exportImagePixels Imagick::filter » PHP Manual Imagick 画像のサイズを設定する Imagick ... 説明 public Imagick::extentImage ( int $width , int $height , int $x , int $y ): bool 画像のサイズを設定するた ... と同じ状態に戻りました。 パラメータ width 新しい幅。 height 新しい高さ。 x 新しいサイズの X 座標。 y 新しいサイ ...
https://man.plustar.jp/php/imagick.extentimage.html - [similar]
画像のコントラストを調整する 5708
« Imagick::shearImage Imagick::sketchImage » PHP Manual Imagick 画像のコントラストを調整する Ima ... する) <?php function generateBlendImage ( $width , $height , $contrast = 10 , $midpoint = 0.5 ) { $imagick = ... Imagick (); $imagick -> newPseudoImage ( $width , $height , 'gradient:black-white' ); $quanta = $imagick -> ...
https://man.plustar.jp/php/imagick.sigmoidalcontrastimage.html - [similar]
PHP と HTML 5655
« パスワードのハッシュ PHP と COM » PHP Manual FAQ PHP と HTML PHP と HTML PHP と HTML は深く関係 ... if (isset( $_GET [ 'width' ]) AND isset( $_GET [ 'height' ])) { // ジオメトリ値を出力する echo "画面の幅: " ... h' ] . "<br />\n" ; echo "画面の高さ: " . $_GET [ 'height' ] . "<br />\n" ; } else { // ジオメトリ変数を渡す ... UERY_STRING' ]} " . "&width=\" + screen.width + \"&height=\" + screen.height;\n" ; echo "</script>\n" ; exit ...
https://man.plustar.jp/php/faq.html.html - [similar]
部分楕円を描画する 5655
« imageantialias imageavif » PHP Manual GD および Image 関数 部分楕円を描画する imagearc (PHP 4, ... int $center_x , int $center_y , int $width , int $height , int $start_angle , int $end_angle , int $color ) ... x 座標。 center_y 中心の y 座標。 width 円弧の幅。 height 円弧の高さ。 start_angle 始点の角度。 end_angle 終 ...
https://man.plustar.jp/php/function.imagearc.html - [similar]
GD2 ファイルまたは URL の指定した部分から新規イメージを生成する 5655
« imagecreatefromgd2 imagecreatefromgd » PHP Manual GD および Image 関数 GD2 ファイルまたは URL ... ng $filename , int $x , int $y , int $width , int $height ): GdImage | false GD2 ファイルまたは URL の指定し ... x 座標。 y 作成元の y 座標。 width コピー元の幅。 height コピー元の高さ。 戻り値 成功した場合に画像オブジェ ...
https://man.plustar.jp/php/function.imagecreatefromgd2part.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT