ImagickResponseOption uses ConstantsTrait
Enumeration of the Imagick transform option keys accepted by {@see ImageTrait::imagickResponse()}.
Tags
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'
QUALITY
The compression quality (0-100). Default: 70.
public
string
QUALITY
= 'quality'
STRIP
Whether to strip the image of profiles and comments. Default: false.
public
string
STRIP
= 'strip'