Skip to content

PNG decoder written according to the PNG image specification

Notifications You must be signed in to change notification settings

dmitrii-artuhov/PNG-decoder

Repository files navigation

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.

About

PNG decoder written according to the PNG image specification

Topics

Resources

Stars

Watchers

Forks