aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* feat: Added cpp namespacev0.0.2Dylan2025-10-071-2/+2
| | | | All functions and classes are now behind the cpp namespace `TehImage`
* feat: Made it so that you can now convert between image subclassesBossCode452025-07-241-6/+11
| | | | | Also added the bitmap image subclass note: this is pretty hacky in how it works
* Initial commitBossCode452025-07-241-0/+24
Bringing a lot of stuff over from my maze-reader project in an attempt to split the image reading code off into a library.