I'm writing an application for Symbian (mainly 5h edition) in which the user is supposed to manually crop one of his gallery photos.
What i would like to do is this:
1) the user load & view an image (from his phone)
2) the user draw a square over the image
3) the application crop that square from the image, and store the image (for further access, via File/Access API)
My question is: there is any API (something like the crop function of the official Image Editor) to do that?, maybe via APIBridge?
(I think there is a such API for iPhone & Android)
If not, what can I do?

Reply With Quote

