I know this has been asked a few times here but those posts were mainly old or before graphics 2.0 so asking myself now.
I have a project to create a business app, with main aim to edit photos, now I found most of the photo filters I needed in graphics 2.0 and was happy to know that I can actually develop a non-game app in corona rather then my regular Obj-C
But I still need 2 things in app, the user should be able to crop or resize the image. Is it possible ? Can anyone throw some hints or point me in proper direction ?
I read a few posts about using masks but if I use a mask image, it will have a fixed size. I want a interaction, possibly a rectangle or square of lines over the image, which user can use to select the region (stretch or expand or contract) he wants to crop the image, its somewhat like how you do it in photoshop or using native 3rd party libraries.
Is it currently possible to do so or using masks ?
And any tips or ideas on providing a interactive re-sizing of image ?
I really want to try and develop this app in corona to see the extent of corona on non-games app so that I can possibly do my future projects in corona too.