Release Notes / Version 11.2204
Table Of Contents
com.coremedia.cap.transform.TransformImageService
has been extended by a new method:
getTransformationString(...)
The method was introduced to enable future use cases of this class. You can use it to compute the transformation string for a given content, property, variant name, breakpoint width and height, and extension. If you have implemented this interface in a custom class, please make sure to implement this method as well. It is not used by default in the Blueprint, so you can theoretically leave the implementation empty.
(CMS-20410)