jmeaster30 / SharperImage

An image encoder/decoder/processor
MIT License
1 stars 0 forks source link

Finish the PNG decoder and encoder #9

Open jmeaster30 opened 11 months ago

jmeaster30 commented 11 months ago

Most of the PNG image is decoded except for the important part where the pixel data is stored.

This is blocked by MyLib not being available since my Zlib implementation is there and the iDAT chunk is encoded with zlib deflate

jmeaster30 commented 11 months ago

Blocked by MyLib Deflate Milestone