I have a task to modify JPEG format with dynamic Huffman. So I’m trying to find source code of simple Jpeg Decoder written in Java. Can anyone help me?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since C/C++ code is faster than Java code executing, you will probably find source code to do this task more easily by searching for C/C++ libraries for this purpose. However, since C/C++ have many similarities with Java, it might be a good starting point to get in touch with the algorithms used and a general idea of the architecture.
You can find an example of a library for this purpose at:
http://www.subquantumtech.com/jpeg/