DCT Visualizer

Pixel Picker
DCT Matrix View
Image View

How to Use
The two panels (DCT Matrix and Image views) above represent 8x8 matrices. The one on the left is a DCT matrix with values running from -1024 to 1023, while the one on the right represents the image, with values running from 0 to 255. You can change the value of any square by hovering your cursor over the square and doing any of the following:

You can also click the full image on the left Pixel Picker panel, which will update the Image View with the pixels selected. This project is a fork of the DCT Visualizer built by 0612 @ Nerdfirst. Credit to his excellent work!

Note that this project contains code from the GNU Classpath project, which is licensed under the GNU General Public License. However, per the licensing exception generously granted by the GNU Classpath team, only the component using GPL code (contained with the license within the "DCTjs" folder in the source distribution), shall be covered under the license. For the licensing terms of the rest of the program, please refer to the "LICENSE" file in the source code.