Hi ScottWe are also facing the similar issue. Could you let us know what
could be done about it.Below is our code which we are using to write the
custom renditions when the asset gets uploaded.protected void
writeRenditionToRepository(AssetHandler assetHandler, double
originalHeight, double originalWidth,double res, Rendition original,
String renditionName, Session session, Asset asset, String
mimeType,String extension) throws IOException, RepositoryException {
Dimension dim = new Dimension((int...