Michaelvilleneuve / react-native-perspective-image-cropper

Perform custom crop, resizing and perspective correction 📐🖼
MIT License
306 stars 127 forks source link

Option to use file URI's instead of base64 for input/output #6

Closed nabati closed 5 years ago

nabati commented 7 years ago

For performance and compatibility. Let me know if you think it's a good idea.

Michaelvilleneuve commented 7 years ago

Same as the scanner, would be a great option ! Actually in production the communication between both for one image lasts around 200ms, I'm sure we could greatly improve that by passing file's uri

nabati commented 7 years ago

I'll look into it soon!

Michaelvilleneuve commented 7 years ago

If your projects lead you to work regularly on scanners I would be happy to add you as a collaborator. Especially since I don't work on it for now !

Michaelvilleneuve commented 5 years ago

Fixed by 1832cb84a2ccd6369f098655788fd5d4093b6be4 input must now be a file path

antoinerousseau commented 4 years ago

The doc should be updated then