Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How I can convert JPEG into DCT 8X8 block? in C++
Posted
Comments
Maximilien 21-Mar-11 14:24pm    
what is DCT 8x8 block ?
Ozer Karaagac 21-Mar-11 19:39pm    
Discrete Cosine Transform. A kind of lossy compression.

1 solution

If you would like to apply DCT to a JPEG (or any) image, you need to access its pixel data. To do this without struggling its inner structure, you can use some of the open source libraries on the net. http://www.openjpeg.org[^]

BTW, AFAIK, a JPEG image itself possibly has been DCTed already, that is, JPEG uses DCT for its lossy compression.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900