Oihana PHP System

ImagickResponseOption uses ConstantsTrait

Enumeration of the Imagick transform option keys accepted by {@see ImageTrait::imagickResponse()}.

Tags
author

Marc Alcaraz (ekameleon)

since
1.0.0

Table of Contents

Constants

COMPRESSION  : string = 'compression'
The Imagick compression constant to apply (e.g. `Imagick::COMPRESSION_JPEG`).
GRAY  : string = 'gray'
Whether to desaturate the image to grayscale. Default: false.
QUALITY  : string = 'quality'
The compression quality (0-100). Default: 70.
STRIP  : string = 'strip'
Whether to strip the image of profiles and comments. Default: false.

Constants

COMPRESSION

The Imagick compression constant to apply (e.g. `Imagick::COMPRESSION_JPEG`).

public string COMPRESSION = 'compression'

GRAY

Whether to desaturate the image to grayscale. Default: false.

public string GRAY = 'gray'

STRIP

Whether to strip the image of profiles and comments. Default: false.

public string STRIP = 'strip'
On this page

Search results