aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* feat: Simplified APIv0.0.1Dylan2025-08-084-53/+38
| | | | | | Had to restrict images to 8 bit depth sadly This could potentially be changed in the future by setting bit depth with templates and changing the data to be the specified bit depth
* feat: Added filter method 3BossCode452025-07-241-1/+10
| | | | the average filter method
* fixup: Updated some stuffBossCode452025-07-2410-945/+92
| | | | Mainly just cleaning up code
* feat: Made it so that you can now convert between image subclassesBossCode452025-07-246-90/+180
| | | | | Also added the bitmap image subclass note: this is pretty hacky in how it works
* Initial commitBossCode452025-07-2412-0/+1927
Bringing a lot of stuff over from my maze-reader project in an attempt to split the image reading code off into a library.