ericnograles / browser-image-resizer

A tiny browser-based library to downscale and/or resize images using canvas
MIT License
99 stars 43 forks source link

Transparent PNG -> jpeg shows black background. #42

Closed zehawki closed 2 years ago

zehawki commented 3 years ago

Transparent PNG -> jpeg shows black background.

Should be white, thats the accepted approach for such conversion.

Aarbel commented 2 years ago

Having an option for that could be the best

ericnograles commented 2 years ago

Ah, good catch. I'll see if I can find a way to do this via the canvas API.

ericnograles commented 2 years ago

Got a fix in place, will push out v2.3.1. to address

image

ericnograles commented 2 years ago

Fix applied, v2.3.1 on its way to NPM