Conversion of image format to .png

0
Hi colleagues,  I was wondering if anyone knows how to convert any image taken by a devide (ios for example) to png in a mendix web app.    Thanks!
asked
1 answers
1

Hello,

 

you can check out the Image Crop module from the Marketplace. I'm not 100% sure that it will work but I think it will output a .png file after you do some manipulation with the image file in a microflow. Most solid way would be to create java action. There are plenty of examples on the web.

answered