Control image resolution

0
Hi guys, Anyone know how to set image resolution when user upload an image or can I set the precise size of the image when user upload them? In properties I just found only for the thumbnail.
asked
2 answers
1

Have you tried it using image viewer? 
Using image viewer we can set the resolution.
Double click the ImageViewer to open its properties. On this form you can select the default image, width, height and if the viewer should show the thumbnail or full image.

Please find below link:

https://docs.mendix.com/howto/data-models/working-with-images-and-files

https://docs.mendix.com/studio7/page-editor-widgets-images

answered
1

I solved the problem by using and extending a module called image crop.

Allows to create “configs” for image upload, mainly to hold settings such as JPG compression rate.

I extended this by upload-min-width and upload-min-height as well as aspect ratio (offering the user a dialog to crop the image within the defined aspect ratio. 

answered