summaryrefslogtreecommitdiff
path: root/include/tinyff/image/png.h
AgeCommit message (Expand)Author
2026-03-30feat(png): Add context to isvalid and open_pngTazyFoundSoup
2026-03-30chore(imports): Import debug and tinyff.h in png.hTazyFoundSoup
2026-03-30feat(png): Require context for debug configurationTazyFoundSoup
2026-03-28fix(png): Include tinyff/tinyff.h instead of tinyff.hTazyFoundSoup
2026-03-10refactor(common): Add a context base for every ff_*_ctxTazyFoundSoup
2026-03-01feat(png): Add require valid argument to ff_open_pngTazyFoundSoup
2026-02-23refactor(png): Change tinf include bracket styleTazyFoundSoup
2026-02-22refactor(*): Change include brackets from "" to <>TazyFoundSoup
2026-02-22fix(png): Add ff_result return type to ff_png_chunk_handler_ptrTazyFoundSoup
2026-02-15feat(png): Add handler for tRNS ancillary chunk in PNG processingTazyFoundSoup
2026-02-04feat(png): Add ff_png_normalize function and generic image headerTazyFoundSoup
2026-01-30refactor(png): Relocate ff_png_bpp to png.c from png.hTazyFoundSoup
2026-01-29feat(png): Keep interlacing value in PNG contextTazyFoundSoup
2026-01-26feat(png): Add small BpP helper function for ff_png_ctxTazyFoundSoup
2026-01-26feat(png): Decompress IDAT using tinf uncompress (WIP)TazyFoundSoup
2026-01-15refactor(png): Remove unused ff_png_chunk struct definitionTazyFoundSoup
2026-01-15feat(png): Refactor PNG handling to use stream interfaceTazyFoundSoup
2026-01-15feat(png): Add image data fields to PNG context structTazyFoundSoup
2026-01-14feat(png): Implement IEND chunk supportTazyFoundSoup
2026-01-14feat(png): Implement chunk handlers for IHDR and IDATTazyFoundSoup
2026-01-04feat(dbg): Add debugging to png.ctazy
2026-01-04feat(png): Create header handler for the IHDR chunktazy
2025-12-19fix(png): map chunk type raw value to enum in ff_next_chunk functionTazyFoundSoup
2025-12-19feat(png): add ff_next_chunk functionTazyFoundSoup
2025-12-19scrap: doxygenTazyFoundSoup
2025-12-19dxgen(png): Add details for ff_png_chunk_type enumTazyFoundSoup
2025-12-19dxgen(png): Add doxygen to PNG headerTazyFoundSoup
2025-12-19refactor(png): ff_open_png returns ff_resultTazyFoundSoup
2025-12-18feat(png): Validate signiture headerGarden