Hi,I would suggest create a workflow process and make use of this
RenditionMaker api and Assethandler Api to create our own renditions for
a particular image asset.Kindly check out this code. It would be much
helpful.@Properties({@Property(name = "process.label", value = "Custom
Image Rendition Process") })@Component@Servicepublic class
CustomImageRendition implements WorkflowProcess { private static final
Logger logger = Logger.getLogger(CustomImageRendition.class.getName());
@Reference protect...