summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* feat: Added a bunch of stuffHEADmasterDylan19 hours8-42/+704
| | | | | | Added derive macro for byte encode Added start for PNG reading Added BMP writing
* feat: Added conversion between different color types and depthsDylan2026-06-254-47/+123
|
* feat: Moved from and to bytes to a single traitDylan2026-06-214-52/+42
| | | | Now called `ByteEncode`
* feat: Added bitmap writingDylan2026-06-215-181/+279
|
* feat: Initial commitDylan2026-06-212-0/+241