Michaelvilleneuve / react-native-perspective-image-cropper

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

base64 provided to Image.getSize() #11

Closed tskorupka closed 6 years ago

tskorupka commented 6 years ago

There is issue with base64 which is provided to Image.getSize() it should not be raw, it should be with prefix added of: data:image/jpeg;base64

tskorupka commented 6 years ago

12 fixes it

Michaelvilleneuve commented 6 years ago

Thanks