Add background to transparent images
Supports adding a background color to a transparent image. Particularly useful when converting from an image type that supports transparency to one that does not. This is a backwards incompatible change. It changes the default background from fff
to 0fff
. In order to restore the previous behavior, update the config to set background=ffff
.