atlj / react-native-background-remover

A React Native lib that removes background from images
https://www.npmjs.com/package/react-native-background-remover
MIT License
51 stars 7 forks source link

🐛 Fix Mask Image Transformation Issue #10

Closed enisit closed 1 month ago

enisit commented 1 month ago

Description:

Changes:

Affected File:

Why:

This change addresses an issue where smaller mask images would not be scaled correctly to fit the original image, potentially leading to incorrect blending or misaligned masks.