I am trying to set a limit to maximum resolution for image asset uploading in DAM. I understand that we can set a maximum size for uploading the assets, but I was wondering how do I set a specific highest resolution.
The only solution that I can think of is that ImageHelper can be used while running the DAM Update Asset workflow to check for the image dimension and in that case after checking the dimension, we can delete the asset if it is higher than the dimension. However, with this process the image is already uploaded to AEM first and then we are removing it DAM update asset workflow process.
Would appreciate any heads up on how I should approach this.