diefenbach / django-lfs

An online-shop based on Django
http://www.getlfs.com
BSD 3-Clause "New" or "Revised" License
622 stars 222 forks source link

Bugfix for thumbnail generation of transparent PNG images and product properties #17

Closed prinzdezibel closed 12 years ago

prinzdezibel commented 12 years ago

Changeset: 80978a7

Bug-Fix: Don't convert images with mode RGBA to RGB. That results in loss of alpha channel (transparency)

Reproduce bug: Upload an png image with alpha channel and see how all transparent pixels are replaced through black pixels.

Changeset: 58c637f

Bugfix product properties: Similar to https://github.com/diefenbach/django-lfs/issues/18, but slightly different: First create a global property, then create a variant for a product. Then change a property value of the variant and hit save. It will not be saved.

diefenbach commented 12 years ago

Merged. Thx!