amethyst / sheep

Modular and lightweight spritesheet packer 🐑
Other
89 stars 12 forks source link

Convert non-rgba8 images to rgba instead of panic #8

Closed qthree closed 5 years ago

qthree commented 5 years ago

Previously sheep_cli was panicking on opaque png or bmp images. Now it should convert such images to expected rgba format. This change is zero cost for the images of rgba8 format.

bors[bot] commented 5 years ago

Build succeeded