Image Coder for stone throw project. https://pxls.suroh.tk/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Go to file
mx a1b9a47c65 removed old code from pngjs-decode 3 years ago
utils removed old code from pngjs-decode 3 years ago
.gitignore initial commit, basic decoder working 3 years ago
README.md generating chunk CRC dynamically 3 years ago
index.js decompression not working now removing pixel values not using custom decoder 3 years ago
package.json decompression is not working, but have determined that true degradation is not going to work. Neet to pivot to a visual degradation only 3 years ago

README.md

Image Coder

A PNG decoder and coder for Stone Throw project. Using the libraries arcsecond and arcsecond-binary by Francis R Stokes of Low Level JavaScript.

Currently (and probably forever) only able to decode and encode PNG files. Will build into Stone Throw project.

Nice breakdown of a PNG and how one can generate it Medium Article by The Guardian mobile innovation lab.