Skip to content

A simple PNG (Portable Network Graphic) file decoder written in plain JavaScript without using any external libraries.

License

Notifications You must be signed in to change notification settings

aka411/png-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

png-decoder

A simple PNG (Portable Network Graphic) decoder written in plain JavaScript without using any libraries.I wrote this as a learning exercise and is one of my earlier projects and is badly organized and unreadable. I wrote this as i was curious about how file compression works.I learned a lot while writing this, implemented functions to decompress data compressed using DEFLATE (lossless data compression algorithm involving a combination of LZ77 and Huffman coding).

Resources that helped me write this decoder

About

A simple PNG (Portable Network Graphic) file decoder written in plain JavaScript without using any external libraries.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published