aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update: Nix hashHEADmasterDylan2025-10-071-1/+1
|
* feat: Added cpp namespacev0.0.2Dylan2025-10-0713-836/+892
| | | | All functions and classes are now behind the cpp namespace `TehImage`
* feat: Added the nix packageDylan2025-08-082-0/+22
|
* feat: Simplified APIv0.0.1Dylan2025-08-085-56/+47
| | | | | | 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
* feat: Added gitiginore and clang formatBossCode452025-07-242-0/+12
|
* 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-248-103/+199
| | | | | Also added the bitmap image subclass note: this is pretty hacky in how it works
* feat: Renamed makefileBossCode452025-07-241-1/+1
| | | | Changed it to GNUmakefile because it uses GNU make only features
* Initial commitBossCode452025-07-2422-0/+2034
| | | | | Bringing a lot of stuff over from my maze-reader project in an attempt to split the image reading code off into a library.
* Initial commitDylan2025-07-241-0/+674