amethyst / sheep

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

Implement image output compression #26

Closed happenslol closed 5 years ago

happenslol commented 5 years ago

As mentioned in #12, it would be great to have some sort of image compression/optimization for the output, comparable to pngquant. For rust, interesting options for this would include oxipng and mtpng.

We should think about whether or not it makes sense to add this functionality to the library itself, since this is probably something that - when people integrate the library into their own asset pipeline - would be replaced by existing asset processing infrastructure. Having this option available in the CLI definitely sounds like a good idea to me, though.

happenslol commented 5 years ago

Added in #27 🎉