jarun / imgp

:camera_flash: Fast batch image resizer and rotator
GNU General Public License v3.0
1.03k stars 50 forks source link

Fix issue "cannot write mode RGBA as JPEG" #19

Closed zach-adams closed 7 years ago

zach-adams commented 7 years ago

See https://github.com/python-pillow/Pillow/issues/2609 Using solution proposed by @homm to make sure alpha channel is stripped from PNGs before conversion to JPGs.

jarun commented 7 years ago

Thanks! I will review this in a while.

jarun commented 7 years ago

@zach-adams can we wrap this up quickly?

jarun commented 7 years ago

Thank you!