aboutsummaryrefslogtreecommitdiff
path: root/src/files.cpp
Commit message (Collapse)AuthorAgeFilesLines
* feat: Started on PNG writing implementationDylan16 hours1-0/+1
|
* feat: Started on PNG writing implementationDylan18 hours1-4/+19
| | | | | | 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 classDylan3 days1-0/+160
Also moved both the reader and writer class to the same files, named files.{cpp,h}