Compression Framework
There are many picture file formats to save images to, however much of the research in steganography is done using the JPEG format. JPEG is a very common and uses a relatively straightforward compression algorithm. Although there are several JPEG compression scripts written for MATLAB, customizing them for our purposes and getting the output to work with the JPEG format would have shifted the focus of our project from steganography to implementing JPEG compression. Thus we decided to implement our own custom image framework that would be similar to JPEG but much more straightforward.





More Information on JPEG and the DCT
