Release Notes / Version 11.2204
Table Of Contents
A new method
transformWithDimensions(Content content, String property, String operations):Optional<Blob>
was added to interface
TransformImageService
and its implementing class. With this new method, an image transformation can be requested via an Image Transformation String directly (see
https://documentation.coremedia.com/cmcc-11/artifacts/2201/webhelp/cae-developer-en/content/ImageTransformationAPI.html
).
Existing transformation methods remain unchanged.
(CMS-21481)