aboutsummaryrefslogtreecommitdiff
path: root/src/BMPImage.h
Commit message (Collapse)AuthorAgeFilesLines
* feat: Started implementing BMP readingDylan7 days1-0/+1
| | | | | This is so I can test PNG writing by reading a BMP and writing it to a PNG, effectively the reverse of the PNG reading testing
* feat: Added cpp namespacev0.0.2Dylan2025-10-071-8/+13
| | | | All functions and classes are now behind the cpp namespace `TehImage`
* fixup: Updated some stuffBossCode452025-07-241-1/+2
| | | | Mainly just cleaning up code
* feat: Made it so that you can now convert between image subclassesBossCode452025-07-241-0/+15
Also added the bitmap image subclass note: this is pretty hacky in how it works