-
Notifications
You must be signed in to change notification settings - Fork 14
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
Testing #3
base: testing
Are you sure you want to change the base?
Testing #3
Conversation
This is great. I've been planning on doing this for a while. I might pull it to a separate branch though, as I still want to clean up a lot of my code before it goes in. As for the issues, libpng's high level API should be able to automatically convert non-RGBA images to the right format. I'll take a look at this. |
That's fair, feel free to put it into a separate branch. |
I too was looking at how to replace the IM dependency (it doesn't compile on Ubuntu Wily) I used the same methodology as http://www.xkyle.com/a-comparison-of-image-to-ascii-conversion-tools/ |
Changes
Removed ImageMagik and replaced it with pure libpng code.
Issues