You can generate images with thumbnail or web servlets using workflows
(DAM update). Note that both servlets will always keep aspect ratio
same. For example if you configure workflow to generate 1000x500,
800x800, 500x250 resolutions.If image uploaded is 2000x2000, then
workflow will generate three different renditions as per configuration.
1000x500 will be generated , but the resolution will be 1000x1000. This
is because uploaded image aspect ratio is 1:1800x800 will be generated
with proper re...