/C-Steganography-Framework

C code to decode a JPEG and provide access to the DCT coefficients

Primary LanguageC

JPEG Steganography Framework in C

This provides access via an array to the DCT coefficients which can then be modified before being re-saved as another JPEG. It depends on the IJG JPEG library (or libjpeg) which can be found here: http://www.ijg.org/