aboutsummaryrefslogtreecommitdiff
path: root/src/zlib.cpp
Commit message (Collapse)AuthorAgeFilesLines
* feat: Implemented PNG image writingPNG-writingDylan15 hours1-9/+31
| | | | | It finally works now Definitely some clean up to be done
* feat: Added basic zlib compressionDylan2026-04-021-57/+201
| | | | | Currently not incredibly well implemented, but it can handle fixed codes
* feat: Added cpp namespacev0.0.2Dylan2025-10-071-257/+262
| | | | All functions and classes are now behind the cpp namespace `TehImage`
* Initial commitBossCode452025-07-241-0/+356
Bringing a lot of stuff over from my maze-reader project in an attempt to split the image reading code off into a library.