Find compression type jpeg image
-
Hello Sirs, How to find the compression type of jpeg, when we give one sample input jpeg file the output result is this image contains (ex.) xxxx compression type. How to identify it .? please replay
:~ Failure is Success If we learn from it!!:~
-
Hello Sirs, How to find the compression type of jpeg, when we give one sample input jpeg file the output result is this image contains (ex.) xxxx compression type. How to identify it .? please replay
:~ Failure is Success If we learn from it!!:~
Well it looks like you have to look up the Huffman table for the image it's marked at: DHT 0xFFC4 variable size Define Huffman Table(s) - Specifies one or more Huffman tables. A bit more can be found about this at this site: JPEG Huffman Coding Tutorial[^] The wiki explains it a little also: JPEG Wiki[^]
"Make everything as simple as possible, but not simpler." -- Albert Einstein