wagtail / Willow

A wrapper that combines the functionality of multiple Python image libraries into one API
https://willow.wagtail.org/
BSD 3-Clause "New" or "Revised" License
273 stars 53 forks source link

Implement set_background_color_rgb operation #61

Closed kaedroho closed 6 years ago

kaedroho commented 6 years ago

Ref: #60

This allows the user to replace the alpha channel of an image with a solid colour allowing an images with transparency to be saved JPEG without crashing (Pillow) or screwing up the image (Wand).

tomdyson commented 6 years ago

@nealtodd any chance you could have a look at this sometime?

kaedroho commented 6 years ago

Thanks for the review @nealtodd! I've implemented all of your suggestions now.