aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* feat: Started on PNG writing implementationDylan18 hours4-12/+139
* feat: Added a writer classDylan3 days7-211/+268
* feat: Implemented BMP row paddingDylan3 days1-2/+3
* feat: Implemented paddingDylan7 days1-1/+4
* feat: Added support for another BMP headerDylan7 days1-13/+37
* feat: Started implementing BMP readingDylan7 days2-1/+52
* feat: Added basic zlib compressionDylan2026-04-026-64/+338
* feat: Added endianness option to readerHEADmasterDylan2026-03-184-23/+62
* feat: Added cpp namespacev0.0.2Dylan2025-10-0710-828/+878
* feat: Simplified APIv0.0.1Dylan2025-08-084-53/+38
* feat: Added filter method 3BossCode452025-07-241-1/+10
* fixup: Updated some stuffBossCode452025-07-2410-945/+92
* feat: Made it so that you can now convert between image subclassesBossCode452025-07-246-90/+180
* Initial commitBossCode452025-07-2412-0/+1927