1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-05 18:34:17 +02:00
bitjs/image/parsers
2024-01-18 20:10:29 -08:00
..
exif.js First version of JPEG and EXIF parser with starter unit tests and updated docs. 2024-01-15 12:36:23 -08:00
gif.js Add explicit type-safe methods to bind for GIF events. 2024-01-10 21:25:36 +09:00
jpeg.js Update exported types for image parsers. 2024-01-15 13:09:43 -08:00
png.js PngParser: Add support for pHYs chunk 2024-01-18 20:10:29 -08:00
README.md PngParser: Add support for cHRM chunk 2024-01-17 00:03:18 -08:00

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

Currently supports GIF, JPEG, and PNG.

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