CommonTransformationFlagTrait
trait CommonTransformationFlagTrait
Trait TransformationFlagTrait
Methods
Delivers the image as an attachment.
Adds ICC color space metadata to the image, even when the original image doesn't contain any ICC data.
Instructs Cloudinary to clear all image meta-data (IPTC, Exif and XMP) while applying an incoming transformation.
Returns metadata of the input asset and of the transformed output asset in JSON instead of the transformed image.
Sets the cache-control to immutable for the asset.
Keeps the copyright related fields when stripping meta-data.
Keeps all meta-data.
Instructs Cloudinary to clear all ICC color profile data included with the image.
Details
CommonTransformationFlagTrait
attachment(string $filename = null)
Delivers the image as an attachment.
CommonTransformationFlagTrait
forceIcc()
Adds ICC color space metadata to the image, even when the original image doesn't contain any ICC data.
CommonTransformationFlagTrait
forceStrip()
Instructs Cloudinary to clear all image meta-data (IPTC, Exif and XMP) while applying an incoming transformation.
CommonTransformationFlagTrait
getInfo()
Returns metadata of the input asset and of the transformed output asset in JSON instead of the transformed image.
CommonTransformationFlagTrait
immutableCache()
Sets the cache-control to immutable for the asset.
CommonTransformationFlagTrait
keepAttribution()
Keeps the copyright related fields when stripping meta-data.
CommonTransformationFlagTrait
keepIptc()
Keeps all meta-data.
CommonTransformationFlagTrait
stripProfile()
Instructs Cloudinary to clear all ICC color profile data included with the image.