-
Notifications
You must be signed in to change notification settings - Fork 134
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
base: master
Are you sure you want to change the base?
Conversation
|
||
- (NSString *)saveScannedImageToDocumentsDirectory:(UIImage *)scannedImage { | ||
NSData* imageData = UIImagePNGRepresentation(scannedImage); | ||
NSString *filePath = [self documentsPathForFileName:@"scannedImage.png"]; //Add the file name |
There was a problem hiding this comment.
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?
Will this make it into next release? |
@Kerumen I don't see any valid use-case for this PR. I'd suggest closing it as Won't Merge. WDYT? |
@dinatazy Is this PR still relevant? |
This PR would be useful for me. I'm basically showing a custom view after the scanning that includes the scanned card image. |
Hello, will you support Android any soon? |
No description provided.