aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* feat: Cleanupsv0.0.3PNG-writingDylan2026-05-244-28/+28
* feat: Implemented PNG image writingDylan2026-05-063-38/+98
* feat: Started on PNG writing implementationDylan2026-05-063-1/+4
* feat: Started on PNG writing implementationDylan2026-05-064-12/+139
* feat: Added a writer classDylan2026-05-047-211/+268
* feat: Implemented BMP row paddingDylan2026-05-041-2/+3
* feat: Implemented paddingDylan2026-04-301-1/+4
* feat: Added support for another BMP headerDylan2026-04-301-13/+37
* feat: Started implementing BMP readingDylan2026-04-302-1/+52
* feat: Added basic zlib compressionDylan2026-04-026-64/+338
* feat: Added endianness option to readerDylan2026-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