Release Notes / Version 10.2107
Table Of ContentsThe image transformation API has been improved.
Changes in
TransformImageService
:
*
getTransformationOperations(Content, String, Map<String,String>)
has been deprecated.
Use
getTransformationOperations(Content, String)
instead. The new method uses a generic and configurable way to resolve the operations.
*
transformWithDimensions(Content, Blob, TransformedBlob, String, String, Integer, Integer)
has been deprecated.
Use
transformWithDimensions(Content, String, String, Integer, Integer)
instead. Uses the new method getTransformationOperations(Content, String) to resolve the necessary operations.
See the Java Documentation for more informations.
(CMS-14661)