Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 383 Bytes

readme.md

File metadata and controls

9 lines (7 loc) · 383 Bytes

Png Decoder

Completed tasks:

  • Implemented PNG-decoder that follows standard specification and transforms PNG-images into RGB-pixel based image structures.
  • Implemented strategy programming pattern for uniform pixel data parsing.
  • Studied and implemented Adam7 interlacing algorithm.
  • Created RAII wrapper class around deflating logic of zlib used to decode the image data.