How to retain width and height when uploading image on AEM
Hi @johann_lu,
This is not possible using OOTB workflow steps, it always requires width and height to produce valuable outcome. However you can write you own workflow step using Rendition Maker service:
Above service is used by OOTB workflow steps. In your implementation you will need to recognize original asset width and height of the image and use it in Rendition Maker.
You can also try to use Named Transform Image Servlet from ACS Commons, but this will be used outside workflow.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.