Skip to content

Commit 2c27e31

Browse files
authored
Update README.md
1 parent b350a2a commit 2c27e31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This is a very barebones editor that supports clicking on any pixel in a JPEG image to see the 64 DCT coefficients that make up that 8x8 block. Each individual coefficient can be edited through text. You can also use the slider to zero out coefficients one by one starting with the lowest absolute value (which is what you'd do during compression) or reverse that to see what it would look like to throw away the most important coefficients first.
44

5+
### Live demo: https://jpeg-sandbox.glitch.me/
6+
57
![jpeg-sandbox](https://user-images.githubusercontent.com/1711126/156947853-cb27be68-9f1b-4b3b-bd96-aba18cfc36a1.gif)
68

79
It also visualizes the coefficients that make up each individual block in order of their weight.

0 commit comments

Comments
 (0)