MAImagePickerController-of-InstaPDF
MAImagePickerController-of-InstaPDF copied to clipboard
Fully customizable UIImagePicker replacement with flexible cropping, filters, perspective correction, rotation etc.
Hi, I am using this project but I need the only cropper like this. The main issue with this is it's not releasing memory after cropping and it increases regularly....
The example project doesn't include 64 bit support. How can I do that? If I add 64 bit architecture then I get compile errors left and right. Using this control...
I replace [imagePicker setSourceType:MAImagePickerControllerSourceTypeCamera]; to [imagePicker setSourceType:MAImagePickerControllerSourceTypePhotoLibrary]; in initButton function. Image in photo is detected not look like image that capture from camera and wrong crop
my app consumes 80 MB above memory after perspective correction. After logging,i found image size was approximately doubled (original size:1936X2592 and perspective corected size:2566X3494). This consumed memory was not relased...
It worked really well. Thanks a lot. But when I did some OCR on the documents by Tesseract, the results were really weird (as it still showed up perfectly on...
Hi, there is a little issue on iPhone 5 working with Images.xcassets catalog. The grid image didn't appear on my iPhone 5. I modified the file MAImagePickerController.m from: gridImage =...
First thanks for your MAImagePickerController-of-InstaPDF code. Its use full for document capture. I have tested in this code working fine. I have changed camera heightand x position in the below...
Would be great to use this as an alternative to UIImagePickerController and would be awesome to work in Universal.