nhn / tui.image-editor

🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
http://ui.toast.com/tui-image-editor
MIT License
6.84k stars 1.26k forks source link

Apply Mask Issue if Canvas has a background image #860

Open redfoxnin opened 1 year ago

redfoxnin commented 1 year ago

The feature I want most to work for tui image editor is applying the background image as a filter to the mask ,

If you go to : https://ui.toast.com/tui-image-editor and upload the following image , it applies the background image (yellow flower) , the only problem is that the black lines of the image disappear , see the images below :

before applying the mask : https://prnt.sc/1iV7EWO9EpvL

after applying the mask : https://prnt.sc/_QFG1zxqIo_t

See how the small black lines around the bulb disappear after applying the mask , any idea what might be causing this ?

Thanks in advance !