Release Notes / Version 11.2207
Table Of ContentsThe following methods have been deleted from the Java API:
com.coremedia.cap.transform.TransformImageService#transformWithDimensions(Content content, Blob data, TransformedBlob operationsForTransformation, String variantName, String extension, Integer width, Integer height)- Use {com.coremedia.cap.transform.TransformImageService#transformWithDimensions(Content, String, String, Integer, Integer)}} instead.com.coremedia.cap.transform.TransformImageService#getTransformationOperations(Content picture, String property, Map<String,String> transformations)- Replace withcom.coremedia.cap.transform.TransformImageService#getTransformationOperations(Content, String), which also resolves the given transformation with the help ofContentOperationsResolver.
(CMS-19254)


