/jpeg-vis

visualization of jpeg format / discrete cosinus

Primary LanguageJavaScript

jpeg format

this is the repo for a visual introduction to the jpeg format and the discrete cosinus.

Screenshots

one dimensional cosine discrete cosine plot

Getting started

To run the project from the terminal

git clone https://github.com/timHau/jpeg-vis.git
cd jpeg-vis
npm install
npm start

Requirements

You will need node.js at least version 14

Inspiration

This project was written by me as part of the seminar data compression held during winter semester 2020/21 in Frankfurt. A lot of the inspiration and the understanding comes from Prof. Dr. Edmund Weitz who gave a lecture on the discrete cosine. He also developed a similar (awesome) webseite, which was a huge help and inspiration for me.