- 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.
-
Notifications
You must be signed in to change notification settings - Fork 0
dmitrii-artuhov/PNG-decoder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
PNG decoder written according to the PNG image specification