- 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.