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

Extract write_png function #53

Closed
wants to merge 3 commits into from
Closed

Extract write_png function #53

wants to merge 3 commits into from

Conversation

@dgraham
Copy link

dgraham commented Dec 9, 2014

A small refactoring that moves most of store_png into a new write_png function. This allows any Writer, like stdout, to receive the png bytes. Now store_png is responsible only for creating the file and delegates the png serialization to write_png.

@dgraham
Copy link
Author

dgraham commented Jan 16, 2015

@metajack Any interest in merging this branch?

@dgraham
Copy link
Author

dgraham commented Jan 26, 2015

I switched to https://github.com/PistonDevelopers/image for encoding png images, so I'm closing this pull request. If there's interest in this in the future, I can help get it merged!

@dgraham dgraham closed this Jan 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.