| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Currently very basic, can only read simple things such as width and height
|
| |
|
|
| |
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
|
| |
|
|
|
| |
Also added the bitmap image subclass
note: this is pretty hacky in how it works
|
|
|
Changed it to GNUmakefile because it uses GNU make only features
|