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

Add to_vec function for writing PNG data to a Vec<u8>. #68

Merged
merged 2 commits into from Apr 29, 2015

Commits on Apr 28, 2015

  1. Add to_vec function for writing PNG data to a Vec<u8>.

    This mostly copies the implementation of store_png, and could
    probably be refactored to share more code in the future.
    jgraham committed Apr 28, 2015

Commits on Apr 29, 2015

  1. Add tests for to_vec.

    jgraham committed Apr 29, 2015
You can’t perform that action at this time.