luqmaan / Curved-App

1 stars 0 forks source link

Aviary: Does not have an API to force the user crop to our size #6

Open luqmaan opened 11 years ago

luqmaan commented 11 years ago

We might have to use another editor and then pass this image to Aviary.

Can you find anything Charles?

luqmaan commented 11 years ago

@cvburgess

I don't think we can modify Aviary, so adding something else to take care of the cropping step is necessary.

So, believe it or not but the only control that was actually not completely out of date (target set to 4.1, or no ARC) or not completely painful to modify was this one: https://github.com/createch/NLImageCropper (forked it obvz).

Note that I've added it to the project as a git submodule.

I still have to add a next step, rotate image and such button, but so far it seems good.

Please review the feature/Better-Cropper branch.