Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get scanned Image path and scanned image URL (IOS Only) #78

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

dinatazy
Copy link

No description provided.

@dinatazy
Copy link
Author

@Kerumen


- (NSString *)saveScannedImageToDocumentsDirectory:(UIImage *)scannedImage {
NSData* imageData = UIImagePNGRepresentation(scannedImage);
NSString *filePath = [self documentsPathForFileName:@"scannedImage.png"]; //Add the file name

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the file name doesn't seem to be unique, is it meant to be a temporary location?

@socialcode-rob1
Copy link

Will this make it into next release?
Any thoughts about supporting Android?

@jmikulka
Copy link

jmikulka commented Feb 5, 2019

@Kerumen I don't see any valid use-case for this PR. I'd suggest closing it as Won't Merge. WDYT?

@Kerumen
Copy link
Owner

Kerumen commented Mar 27, 2019

@dinatazy Is this PR still relevant?

@jpamarohorta
Copy link

This PR would be useful for me. I'm basically showing a custom view after the scanning that includes the scanned card image.

@jKh98
Copy link

jKh98 commented Jun 18, 2020

Hello, will you support Android any soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants