Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement image output compression #26

Closed
happenslol opened this issue Aug 9, 2019 · 1 comment
Closed

Implement image output compression #26

happenslol opened this issue Aug 9, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@happenslol
Copy link
Member

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 happenslol added enhancement New feature or request help wanted Extra attention is needed labels Aug 9, 2019
@happenslol
Copy link
Member Author

Added in #27 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant