summaryrefslogtreecommitdiff
path: root/src/image.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: Added a bunch of stuffHEADmasterDylan20 hours1-2/+2
| | | | | | Added derive macro for byte encode Added start for PNG reading Added BMP writing
* feat: Added conversion between different color types and depthsDylan2026-06-251-5/+58
|
* feat: Added bitmap writingDylan2026-06-211-0/+89