callstack / react-native-image-editor

A library providing an API for cropping images from the web and the local file system.
MIT License
366 stars 117 forks source link

Fix bitmap crop/scaling for android #151

Closed jthure closed 3 months ago

jthure commented 3 months ago

Summary

Fixes #150

Test plan

I added a "scale" to the test app, so that you can test with a lot of downscaling of the image. The bug can reproduced by running the example and revert the fixed code in /imageeditor/ImageEditorModuleImpl.kt, then set the scale to less than 0.5. With the fixed code in /imageeditor/ImageEditorModuleImpl.kt, the issue is gone

retyui commented 3 months ago

Thank you @jthure

jthure commented 3 months ago

Thank you @jthure

No problem! Happy to help