OpenNumismat / ImageEditor

Simple image editor writen on PySide6
GNU General Public License v3.0
1 stars 0 forks source link

[Bug] Cropping the image leaves a white background, not the image itself [v0.2] #17

Closed NEKolev closed 9 months ago

NEKolev commented 9 months ago

A white background remains when manual cropping is used. I think the expected behavior is to leave only the cropped image with no background.

https://github.com/OpenNumismat/ImageEditor/assets/70388317/f906ab5b-c343-4dfd-a41f-3774bc61994e

JanisV commented 9 months ago

OpenNumismat uses the JPEG format to store images that do not support transparency. Added color selection for filling transparent areas

JanisV commented 9 months ago

Need to look into using WebP or avif format