PeServer

ImageSetting
in package

Read onlyYes

画像生成設定。

Table of Contents

Properties

$imageType  : ImageType
$options  : array<string|int, mixed>

Methods

__construct()  : mixed
生成。
bmp()  : self
jpeg()  : self
options()  : array<string|int, mixed>
オプション。
png()  : self
webp()  : self

Properties

Methods

__construct()

生成。

public __construct(ImageType $imageType, array<string|int, mixed> $options) : mixed
Parameters
$imageType : ImageType
$options : array<string|int, mixed>

イメージ生成処理用オプション。

bmp()

public static bmp([bool $compressed = true ]) : self
Parameters
$compressed : bool = true
Return values
self

jpeg()

public static jpeg([int $quality = -1 ]) : self
Parameters
$quality : int = -1
Return values
self

options()

オプション。

public options() : array<string|int, mixed>
Return values
array<string|int, mixed>

png()

public static png([int $quality = -1 ][, int $filters = -1 ]) : self
Parameters
$quality : int = -1
$filters : int = -1
Return values
self

webp()

public static webp([int $quality = -1 ]) : self
Parameters
$quality : int = -1
Return values
self

        
On this page

Search results