You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
This project creates an image compression system using the 2-D DCT via the following steps: Segment the image into 8 x 8 non-overlapping pixel blocks. Apply the 2-D DCT independently to each block.