...
Here are some use cases, that shows how the media handler works and how it is used in different situations.
This is the shortes url, these are the reuired required parameters. Here we request the assetId 192 and the quality format id 3 (rendition from Digizuite)./dfsmedia/baeefe6b74df44be8a2bccfb2c57af8e/192-3
Resize, that will resize the image to a width of 350 px and keep the aspect regarding ratio of the height./dfsmedia/baeefe6b74df44be8a2bccfb2c57af8e/192-3/resize/350x0
Resize, that will resize the image to a width of 350 px and a height of 350 px. This will not respect the aspect ratio of the image. The image could potentian be destored./dfsmedia/baeefe6b74df44be8a2bccfb2c57af8e/192-3/resize/350x350
...
The above url would be the same as this./dfsmedia/baeefe6b74df44be8a2bccfb2c57af8e/192-3/resize/400x100/cropsize/400x100/cropmode/AspectRatioBased
...