aboutsummaryrefslogtreecommitdiff
path: root/src/reader.cpp
Commit message (Collapse)AuthorAgeFilesLines
* feat: Added a writer classDylan3 days1-137/+0
| | | | | Also moved both the reader and writer class to the same files, named files.{cpp,h}
* feat: Added endianness option to readerHEADmasterDylan2026-03-181-16/+38
| | | | | 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-72/+77
| | | | All functions and classes are now behind the cpp namespace `TehImage`
* fixup: Updated some stuffBossCode452025-07-241-2/+2
| | | | Mainly just cleaning up code
* Initial commitBossCode452025-07-241-0/+110
Bringing a lot of stuff over from my maze-reader project in an attempt to split the image reading code off into a library.