Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 920 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 920 Bytes

Progressive JPEG Visualization Tool

View tool live on GitHub Pages

What is this?

This web page renders progressive scans for JPEG files. This is useful in troubleshooting image encoding or checking what the worst-case user experience might look like under bad network conditions.

Just upload an image below and you will be able to switch between different scans if the JPEG is progressive.

For any issues / comments / suggestions, feel free to open an issue or pull request.

Technical Details

This page uses an adapted version of jsk that has been modified to run on Web Assembly. It is compiled using emscripten and uses Bootstrap and its Carousel component in order to display the different scans.