検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 410 for Image (0.002 sec.)
getimagesize, exif_read_data, exif_thumbnail, exif_imagetypeから返される 画像形... 7544
« image_type_to_extension image2wbmp » PHP Manual GD および Image 関数 getimagesize, exif_read_d ... ata, exif_thumbnail, exif_imagetypeから返される 画像形式のMIMEタイプを取得する ima ... to_mime_type (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) image_type_to_mime_type — getimagesize, exif_read_data, ... exif_thumbnail, exif_imagetypeから返される 画像形式のMIMEタイプを取得する 説明 ... image_type_to_mime_type ( int $image_type ): string imag ...
https://man.plustar.jp/php/function.image-type-to-mime-type.html - [similar]
楕円弧を描画し、塗りつぶす 7127
« imagefill imagefilledellipse » PHP Manual GD および Image 関数 楕円弧を描画し、塗りつぶす image ... efilledarc (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) imagefilledarc — 楕円弧を描画し、塗りつぶす 説明 imagefi ... lledarc ( GdImage $image , int $center_x , int $center_y , int $widt ... d_angle , int $color , int $style ): bool 指定した image の指定した座標を中心とする、 楕円弧を描画します。 ... パラメータ image imagecreatetruecolor() のような画像作成関数が返す ...
https://man.plustar.jp/php/function.imagefilledarc.html - [similar]
Image Construction 7076
« CommonMark\Node\Image CommonMark\Node\Link » PHP Manual CommonMark\Node\Image Image Constructi ... on CommonMark\Node\Image::__construct (cmark >= 1.0.0) CommonMark\Node\Imag ... e::__construct — Image Construction 説明 public CommonMark\Node\Image::__ ... construct () public CommonMark\Node\Image::__construct ( string $url ) public CommonMark\Nod ... e\Image::__construct ( string $url , string $title ) 警告 ...
https://man.plustar.jp/php/commonmark-node-image.construct.html - [similar]
定義済み定数 7076
« リソース型 例 » PHP Manual GD 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数 ... それ以外の場合は 0 が設定されます。 IMG_AVIF ( int ) imagetypes() の戻り値として用います。 PHP 8.1.0 以降で利 ... 用可能です。 IMG_BMP ( int ) imagetypes() の戻り値として用います。 IMG_GIF ( int ) im ... getypes() の戻り値として用います。 IMG_JPG ( int ) imagetypes() の戻り値として用います。 IMG_JPEG ( int ) i ... この定数の値は IMG_JPG と同じです。 IMG_PNG ( int ) imagetypes() の戻り値として用います。 IMG_WBMP ( int ) i ...
https://man.plustar.jp/php/image.constants.html - [similar]
wkhtmltox\Image\Converter クラス 7050
« wkhtmltox\PDF\Object::__construct wkhtmltox\Image\Converter::__construct » PHP Manual wkhtmlto ... x wkhtmltox\Image\Converter クラス wkhtmltox\Image\Converter クラス ... ざまな画像形式に変換する クラス概要 class wkhtmltox\Image\Converter { /* コンストラクタ */ public __construc ... ring public getVersion (): string } 目次 wkhtmltox\Image\Converter::__construct — Create a new Image conver ... ter wkhtmltox\Image\Converter::convert — Perform Image conversion wkht ...
https://man.plustar.jp/php/class.wkhtmltox-image-converter.html - [similar]
Perform Image conversion 7016
« wkhtmltox\Image\Converter::__construct wkhtmltox\Image\Converter::getVersion » PHP Manual wkht ... mltox\Image\Converter Perform Image conversion wkhtmltox\Image ... \Converter::convert (wkhtmltox >= 0.1.0) wkhtmltox\Image\Converter::convert — Perform Image conversion 説明 ... public wkhtmltox\Image\Converter::convert (): ? string Performs conversio ... contents of the conversion buffer 関連キーワード: Image , conversion , Perform , wkhtmltox , Converter , c ...
https://man.plustar.jp/php/wkhtmltox-image-converter.convert.html - [similar]
再サンプリングを行いイメージの一部をコピー、伸縮する 6940
« imagecopymergegray imagecopyresized » PHP Manual GD および Image 関数 再サンプリングを行いイメ ... ージの一部をコピー、伸縮する imagecopyresampled (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) ... imagecopyresampled — 再サンプリングを行いイメージの一部を ... コピー、伸縮する 説明 imagecopyresampled ( GdImage $dst_image , GdImage $src_i ... _height , int $src_width , int $src_height ): bool imagecopyresampled() は、イメージの矩形の部分 を別のイメ ...
https://man.plustar.jp/php/function.imagecopyresampled.html - [similar]
Description 6906
« Imagick::morphImages Imagick::mosaicImages » PHP Manual Imagick Description Imagick::morpholog ... AULT ): bool Applies a user supplied kernel to the image according to the given morphology method. パラメー ... _CONVOLVE , 2 , $kernel ); header ( "Content-Type: image/png" ); echo $imagick -> getImageBlob (); ?> 例2 C ... CORRELATE , 1 , $kernel ); header ( "Content-Type: image/png" ); echo $imagick -> getImageBlob (); ?> 例3 E ... OGY_ERODE , 2 , $kernel ); header ( "Content-Type: image/png" ); echo $canvas -> getImageBlob (); ?> 例4 Er ...
https://man.plustar.jp/php/imagick.morphology.html - [similar]
画像で使用する色を透過度を指定して作成する 6855
« imagecolorallocate imagecolorat » PHP Manual GD および Image 関数 画像で使用する色を透過度を指 ... 定して作成する imagecolorallocatealpha (PHP 4 >= 4.3.2, PHP 5, PHP 7, P ... HP 8) imagecolorallocatealpha — 画像で使用する色を透過度を指定 ... して作成する 説明 imagecolorallocatealpha ( GdImage $image , int $red , in ... t $green , int $blue , int $alpha ): int | false imagecolorallocatealpha() は、 透明度を指定するパラメータ ...
https://man.plustar.jp/php/function.imagecolorallocatealpha.html - [similar]
画像をブラウザあるいはファイルに出力する 6744
« imagegetinterpolation imagegrabscreen » PHP Manual GD および Image 関数 画像をブラウザあるいは ... ファイルに出力する imagegif (PHP 4, PHP 5, PHP 7, PHP 8) imagegif — 画像をブ ... ラウザあるいはファイルに出力する 説明 imagegif ( GdImage $image , resource | string | null $fi ... le = null ): bool imagegif() は画像 image から file に GIF ファイルを作成し ... ます。 引数 imageimagecreate() あるいは imagecreatefrom* 関数から ...
https://man.plustar.jp/php/function.imagegif.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT