aboutsummaryrefslogtreecommitdiff
path: root/src/zlib.cpp
Commit message (Collapse)AuthorAgeFilesLines
* feat: Cleanupsv0.0.3PNG-writingDylan2026-05-241-2/+2
| | | | Cleaning up code so its ready for release
* feat: Implemented PNG image writingDylan2026-05-061-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.