How To Determine Image Dimensions

1
I am looking for a way to find the dimensions of an image that has been uploaded to Mendix. Does anyone know of a widget or java action that does this?
asked
3 answers
2

Mike,

Have a look at: this to get you going.

answered
0

Look at the javasource of Image-Resize module in the app-store Maybe you can re-use this code for your specific purposes.

answered
0

Thumbs up if you read this in 2024 😄

Nowadays, the CommunityCommons Marketplace module offers a Java Action named GetImageDimensions. The CommunityCommons module is platform supported by Mendix.

answered