You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be especially cool hooked up to the mouse wheel (see #2) so you can drag and drop an image, and then scroll wheel to quantize it/compress it in real time.
The text was updated successfully, but these errors were encountered:
This came up on Twitter: https://twitter.com/polprogpl/status/1500847424595763201
This wouldn't be too hard, basically instead of running it for the "chosen block" on the slider here:
jpeg-sandbox/src/index.js
Line 111 in a82958a
You'd want to run it for all blocks. There's an example of how to get all blocks in the image here:
jpeg-sandbox/src/JpegUtils.js
Line 148 in a82958a
It would be especially cool hooked up to the mouse wheel (see #2) so you can drag and drop an image, and then scroll wheel to quantize it/compress it in real time.
The text was updated successfully, but these errors were encountered: