-
Notifications
You must be signed in to change notification settings - Fork 11
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
Made JPEG reading completely independent from Lepton encoding #129
Conversation
I suggest as a part of this nice refactoring to rename structure |
Co-authored-by: Ivan Siutsou <[email protected]> Signed-off-by: Kristof Roomp <[email protected]>
Co-authored-by: Ivan Siutsou <[email protected]> Signed-off-by: Kristof Roomp <[email protected]>
No idea about the original capitalization... I changed it to Jpeg |
As part of the making the JPEG code useful outside of Lepton encoding, this change refactors the JPEG read code so that there is a single function "read_jpeg_file" that contains all the logic necessary to collect the information needed to reconstruct the JPEG image.
The write side still needs a bit of work to consolidate into a single API