ColorSpaceQualifierTrait
trait ColorSpaceQualifierTrait
Trait ColorSpaceQualifierTrait
Methods
colorSpace(string $colorSpace)
Controls the color space used for the delivered image.
colorSpaceFromIcc(string $publicId)
Specifies the ICC profile to use for the color space.
Details
static ColorSpace
colorSpace(string $colorSpace)
Controls the color space used for the delivered image.
Use the constants defined in \Cloudinary\Transformation\ColorSpace for $colorSpace.
static ColorSpace
colorSpaceFromIcc(string $publicId)
Specifies the ICC profile to use for the color space.
The ICC file must be uploaded to your cloud as a raw, authenticated file.
Alias for ColorSpace::icc