summaryrefslogtreecommitdiff
path: root/include/tinyff/image/bmp.h
AgeCommit message (Expand)Author
2026-03-10refactor(common): Add a context base for every ff_*_ctxTazyFoundSoup
2026-03-10feat(bmp): Add section size definitions and macro for color tableTazyFoundSoup
2026-03-04feat(bmp): Create section handler's and implement into handler lookupTazyFoundSoup
2026-03-02feat(bmp): Make ff_bmp_section_handler lookup tableTazyFoundSoup
2026-03-01refactor(bmp): Cancel bmp validation checker if require_valid is offTazyFoundSoup
2026-03-01feat(bmp): Add bitmap section handler template to bmp.hTazyFoundSoup
2026-02-22refactor(*): Change include brackets from "" to <>TazyFoundSoup
2026-02-22fix(bmp): Readd removed includes (oops, first time using Zed)TazyFoundSoup
2026-02-22fix(bmp): Remove unnecessary includes from bmp.hTazyFoundSoup
2026-02-22fix(bmp): Comment unnecessary #endif labelTazyFoundSoup
2026-02-17feat(bmp): Implement ff_open_bmp function for BMP context initializationTazyFoundSoup
2026-02-16feat(bmp): Implement ff_bmp_isvalid function for BMP signature validationTazyFoundSoup
2026-02-16feat(bmp): Add palette and pixels fields to ff_bmp_ctx structureTazyFoundSoup
2026-02-16feat(bmp): Add bitmapTazyFoundSoup