summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat: Added a bunch of stuffHEADmasterDylan19 hours14-43/+941
| | | | | | 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-217-311/+280
|
* feat: Initial commitDylan2026-06-219-0/+469
|
* Initial commitDylan2026-06-211-0/+674