1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-04 10:09:16 +02:00
bitjs/image/parsers
2024-01-19 13:25:45 -08:00
..
exif.js Add license header to exif.js 2024-01-19 11:39:40 -08:00
gif.js Remove GIF parser event boilerplate in favor of a @template solution using CustomEvent 2024-01-19 11:43:03 -08:00
jpeg.js Remove all PNG parser boilerplate events and use CustomEvent. 2024-01-19 12:49:15 -08:00
parsers.js nit: jsdoc typo 2024-01-19 13:25:45 -08:00
png.js Remove all PNG parser boilerplate events and use CustomEvent. 2024-01-19 12:49:15 -08:00
README.md PngParser: Add support for hIST chunk 2024-01-18 21:39:35 -08:00

General-purpose, event-based parsers for digital images.

Currently supports GIF, JPEG, and PNG.

Some nice implementations of Exif parsing for HEIF, TIFF here: https://github.com/MikeKovarik/exifr/tree/master/src/file-parsers