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.83k stars 1.26k forks source link

[Feature Request] Pre-process remove white #903

Open Zeluok opened 5 months ago

Zeluok commented 5 months ago

Version

3.15.3

Development Environment

JS min, embedded in onlyoffice as a plugin

Current Behavior

Remove white is a filter that removes white from the background. If other filters are applied (e.g. multiply or tint) remove white is no longer effective on the picture.

Expected Behavior

Remove white should apply before other filters.