Java model for Dynamic Media renditions
Hello, we are including Dynamic Media services in our AEM environments and we have a question about the renditions.
Currently, without the Dynamic Media we have a java model that administers and manages the different renditions of the images. Now we are implementing the use of Dynamic Media and we are wondering if a similar model is necessary because we don't know if this rendition management is already provided directly by Dynamic Media itself, or if it is done using, for example, the Auto mode in the Smart Crop renditions.
So do we need to manage the renditions by ourselves through java, or would we be creating unnecessary and repeated code? And if we do not use the Smart Crop car, do we need this model?
Basically, I mean a model that manages which rendition of an image is the most appropriate to display according to the screen size, so that to the original image path it adds the extension of the rendition that it want to use. In the case of images in the Dynamic Media it would take the renditions already created under the path of the Dynamic Media itself.
Thanks in advance,
Paula

