| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
All functions and classes are now behind the cpp namespace `TehImage`
|
| |
|
|
|
|
| |
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
|
| |
|
|
| |
Mainly just cleaning up code
|
| |
|
|
|
| |
Also added the bitmap image subclass
note: this is pretty hacky in how it works
|
|
|
Bringing a lot of stuff over from my maze-reader project in an attempt
to split the image reading code off into a library.
|