Solved
DAM Rendition workflow | Rendition file name (just have width) - cq5dam.thumbnail.100.png
Hi,
We are using OOB CQ DAM workflow for creating renditions. We donot want to add any customization code to the workflow.
We have below requirement
1) In the workflow we need to specify only width for rendition (height should be calculated automated by workflow to keep aspect ratio same). We see that in OOB workflow it has option to enter width and height. If we just enter "width" then it does not creates the rendition. This means "height" is required attribute.
2) Also the resulting rendition file name should only have width in it (and not <width>.<height>) We just want to specify width and height should be calculated automatically by OOB workflow to keep aspect ration same for rendition image.
For example:
We want the rendition file name to be
cq5dam.thumbnail.450.png
Instead of
cq5dam.resized.450.200.png (where 200 is the height)
Are these 2 requirement possible using OOB workflow.
Thanks in advance.