-
Notifications
You must be signed in to change notification settings - Fork 16
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
Work on JPG branch #2
base: jpg
Are you sure you want to change the base?
Conversation
@danielfarrell I have not forgotten about this! I'm finishing up the API changes to PNG and will push this up ASAP. The goal is to fully support the pngsuite for reading and writing, then move on to JPG. It took some time to get a cross-format API worked out — sharing one |
@tyre Still planning on jpg support? Should I still consider imagineer an active project? Am about to start work on a basic image manipulation lib and this looks like a good platform for that .... |
Get JPG branch back on track with master. I'll continue to work on this to get jpg parsing working. Comments/feedback welcome.
Just FYI, my hope is to make an app in Elixir that will take iPhone images of whiteboards and process them into useful images that can be used for project management. Similar to Brightboard(http://www.brightboard.co.in/) in functionality, but focused on our workflows at work. That will guide my development to focus on decoding JPG images, applying filters(detecting corners, fixing perspective, cropping, DoG, etc) to them, and then saving them to PNGs.