This is the repo for a GUI File Viewer developed using JavaFX for our CS242 class. The FileViewer has a complete, working image viewer (supporting .PNGs, .JPGs, .GIFs, .BMPs), CSV file viewer, and ...
The objective of the code is to display the given pixel value files to the raw image. For the uncompressed file, the pixel values are taken from the file given and directly converted into a 2-D image ...