aboutsummaryrefslogtreecommitdiff
path: root/src/reader.h
Commit message (Collapse)AuthorAgeFilesLines
* feat: Added endianness option to readerHEADmasterDylan4 days1-2/+17
| | | | | The file reader class can now support either endianness to read in, and will convert to the native endianness
* feat: Added cpp namespacev0.0.2Dylan2025-10-071-18/+23
| | | | All functions and classes are now behind the cpp namespace `TehImage`
* Initial commitBossCode452025-07-241-0/+33
Bringing a lot of stuff over from my maze-reader project in an attempt to split the image reading code off into a library.