ggunti / react-native-amazing-cropper

Image cropper for react native using Animated API
MIT License
145 stars 83 forks source link

PNG image is cropped into jpg #23

Closed wongyoJung closed 4 years ago

wongyoJung commented 4 years ago

In IOS, png image is cropped into jpg.. I got image from local source and it is well loaded into cropper and the cropping is done perfectly, but the cropped image is converted into jpg.

ggunti commented 4 years ago

As you can see in the documentation, this library uses react-native-image-rotate for image rotation and @react-native-community/image-editor for image cropping. Probably one of these libraries causes the png -> jpg conversion on iOS, because in react-native-amazing-cropper I do not explicitly convert the returned image to jpg format.

jordangrant commented 4 years ago

Refer to https://github.com/react-native-community/react-native-image-editor/issues/37#issuecomment-694710262