Solved! Go to Solution.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes