imgly / background-removal-js

Remove backgrounds from images directly in the browser environment with ease and no additional costs or privacy concerns. Explore an interactive demo.
https://img.ly/showcases/cesdk/web/background-removal/web
GNU Affero General Public License v3.0
5.49k stars 339 forks source link

Support image/jpg #115

Closed leoai-cironunes closed 1 month ago

leoai-cironunes commented 2 months ago

Even though image/jpg isn't an official MIME type, lots of applications and users make use of the format. Can we include support for it considering it's the same as JPEG?

DanielHauschildt commented 1 month ago

I added it as a "decode" mimetype but not encode to ensure standard conformity. Does that make sense?