aboutsummaryrefslogtreecommitdiff
path: root/src/files.h
Commit message (Collapse)AuthorAgeFilesLines
* feat: Started on PNG writing implementationDylan2026-05-061-1/+6
| | | | | | Currently writes IHDR and IEND chunks correctly CRC implementation is borrowed from the specification Writer class now also has a buffer for the CRC calculation
* feat: Added a writer classDylan2026-05-041-0/+87
Also moved both the reader and writer class to the same files, named files.{cpp,h}