検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 410 for Image (0.012 sec.)
画像をブラウザあるいはファイルに出力する 5443
« image_type_to_mime_type imageaffine » PHP Manual GD および Image 関数 画像をブラウザあるいはフ ... ァイルに出力する image2wbmp (PHP 4 >= 4.0.5, PHP 5, PHP 7) image2wbmp — 画 ... した。この関数に頼らないことを強く推奨します。 説明 image2wbmp ( resource $image , string $filename = ? , in ... t $foreground = ? ): bool image2wbmp() は、イメージ im から filename に WBMP ファイ ... ルを作成します。 パラメータ image imagecreatetruecolor() のような、 画像を生成する関 ...
https://man.plustar.jp/php/function.image2wbmp.html - [similar]
後で配置するために画像を読み込む 5443
« ps_open_image_file ps_open_memory_image » PHP Manual PS 関数 後で配置するために画像を読み込む ... ps_open_image (PECL ps >= 1.1.0) ps_open_image — 後で配置するため ... に画像を読み込む 説明 ps_open_image ( resource $psdoc , string $type , string $source ... す。 ID は、0 より大きい正の数値です。 参考 ps_open_image_file() - ファイルから画像を開く ps_place_image() - ... 画像をページに配置する ps_close_image() - 画像を閉じ、メモリを開放する 関連キーワード: 画 ...
https://man.plustar.jp/php/function.ps-open-image.html - [similar]
現在のアフィン変換行列を設定する 5417
« ImagickDraw ImagickDraw::annotation » PHP Manual ImagickDraw 現在のアフィン変換行列を設定する ... , 50 ); $draw -> pop (); $count ++; } //Create an image object which the draw commands can be rendered int ... o $image = new \ Imagick (); $image -> newImage ( 500 , 750 ... , $backgroundColor ); $image -> setImageFormat ( "png" ); //Render the draw com ... mands in the ImagickDraw object //into the image. $image -> drawImage ( $draw ); //Send the image t ...
https://man.plustar.jp/php/imagickdraw.affine.html - [similar]
Saves the result of query into image 5417
« RRDGraph::__construct RRDGraph::saveVerbose » PHP Manual RRDGraph Saves the result of query in ... to image RRDGraph::save (PECL rrd >= 0.9.0) RRDGraph::save ... — Saves the result of query into image 説明 public RRDGraph::save (): array Saves the res ... ult of RRD database query into image defined by RRDGraph::__construct() . パラメータ こ ... り値 Returns array with information about generated image,失敗した場合に false を返します. 関連キーワード: S ...
https://man.plustar.jp/php/rrdgraph.save.html - [similar]
画像の幅を取得する 5273
« imagestringup imagesy » PHP Manual GD および Image 関数 画像の幅を取得する imagesx (PHP 4, PHP ... 5, PHP 7, PHP 8) imagesx — 画像の幅を取得する 説明 imagesx ( GdImage $ima ... ge ): int 指定した画像オブジェクト image の幅を返します。 パラメータ image imagecreatetruec ... olor() のような画像作成関数が返す GdImage オブジェクト。 戻り値 image の幅、あるいはエラー時 ... false を返します。 変更履歴 バージョン 説明 8.0.0 image は、 GdImage クラスのインスタンスを期待するようにな ...
https://man.plustar.jp/php/function.imagesx.html - [similar]
画像の高さを取得する 5273
« imagesx imagetruecolortopalette » PHP Manual GD および Image 関数 画像の高さを取得する imagesy ... (PHP 4, PHP 5, PHP 7, PHP 8) imagesy — 画像の高さを取得する 説明 imagesy ( GdImage $i ... mage ): int 指定した画像オブジェクト image の高さを返します。 パラメータ image imagecreatetru ... ecolor() のような画像作成関数が返す GdImage オブジェクト。 戻り値 image の高さ、あるいはエラー ... false を返します。 変更履歴 バージョン 説明 8.0.0 image は、 GdImage クラスのインスタンスを期待するようにな ...
https://man.plustar.jp/php/function.imagesy.html - [similar]
Description 5222
« Imagick::importImagePixels Imagick::labelImage » PHP Manual Imagick Description Imagick::inver ... seFourierTransformImage (PECL imagick 3 >= 3.3.0) Imagick::inverseFourierT ... ransformImage — Description 説明 public Imagick::inverseFourierT ... ransformImage ( Imagick $complement , bool $magnitude ): bool Im ... he inverse discrete Fourier transform (DFT) of the image either as a magnitude / phase or real / imaginary ...
https://man.plustar.jp/php/imagick.inversefouriertransformimage.html - [similar]
Returns the image as a string 5222
« Imagick::tintImage Imagick::transformImage » PHP Manual Imagick Returns the image as a string ... PECL imagick 3) Imagick::__toString — Returns the image as a string 説明 public Imagick::__toString (): st ... ring Returns the current image as string. This will only return a single image; i ... be used for Imagick objects that contain multiple images e.g. an animated GIF or PDF with multiple pages. ... ss or an empty string on failure. 参考 Imagick::getImageBlob() - 画像シーケンスを blob で返す Imagick::getI ...
https://man.plustar.jp/php/imagick.tostring.html - [similar]
指定した回転を現在の座標空間に適用する 5196
« ImagickDraw::resetVectorGraphics ImagickDraw::roundRectangle » PHP Manual ImagickDraw 指定した ... ); $draw -> rectangle ( 200 , 200 , 300 , 300 ); $image = new \ Imagick (); $image -> newImage ( 500 , 500 ... , $backgroundColor ); $image -> setImageFormat ( "png" ); $image -> drawImage ( ... $draw ); header ( "Content-Type: image/png" ); echo $image -> getImageBlob (); } ?> 関連キ ...
https://man.plustar.jp/php/imagickdraw.rotate.html - [similar]
倍率を調整する 5196
« ImagickDraw::roundRectangle ImagickDraw::setClipPath » PHP Manual ImagickDraw 倍率を調整する I ... ); $draw -> rectangle ( 200 , 200 , 300 , 300 ); $image = new \ Imagick (); $image -> newImage ( 500 , 500 ... , $backgroundColor ); $image -> setImageFormat ( "png" ); $image -> drawImage ( ... $draw ); header ( "Content-Type: image/png" ); echo $image -> getImageBlob (); } ?> 関連キ ...
https://man.plustar.jp/php/imagickdraw.scale.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT