1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-05 02:19:24 +02:00
Commit graph

16 commits

Author SHA1 Message Date
Jeff Schiller
f1096f0ab2 PngParser: Add support for sPLT chunk 2024-01-18 22:05:09 -08:00
Jeff Schiller
7b1906a91b PngParser: Add support for hIST chunk 2024-01-18 21:39:35 -08:00
Jeff Schiller
aeb5bb2f10 PngParser: Add support for eXIf chunk 2024-01-18 21:02:12 -08:00
Jeff Schiller
17b3850745 PngParser: Add support for pHYs chunk 2024-01-18 20:10:29 -08:00
Jeff Schiller
1869cd7bfa PngParser: Add support for tIME chunk. 2024-01-18 19:48:18 -08:00
Jeff Schiller
9f5b3a4882 PngParser: Add support for bKGD chunk 2024-01-18 00:12:10 -08:00
Jeff Schiller
af72e198ed PngParser: Add support for iTXt chunk 2024-01-17 23:03:21 -08:00
Jeff Schiller
afb1a67f2d PngParser: Add support for tEXt chunk 2024-01-17 00:29:05 -08:00
Jeff Schiller
8694b6cad8 PngParser: Add support for cHRM chunk 2024-01-17 00:03:18 -08:00
Jeff Schiller
f1efe8cd0d PngParser: Add support for tRNS chunk. 2024-01-16 19:15:30 -08:00
Jeff Schiller
6ff93337fd PngParser: Handle sBIT chunk. 2024-01-16 17:29:30 -08:00
Jeff Schiller
1d0abcaee8 PngParser: Handle gAMA chunk 2024-01-16 08:19:58 -08:00
Jeff Schiller
b359f92251 PngParser: Add unit test for PLTE chunk 2024-01-16 08:00:35 -08:00
Jeff Schiller
193cafa5e7 Starter PNG parser 2024-01-15 23:15:37 -08:00
Jeff Schiller
35e8ca9458 First version of JPEG and EXIF parser with starter unit tests and updated docs. 2024-01-15 12:36:23 -08:00
Jeff Schiller
13d8a166bf Add a GIF Parser into image/parsers 2023-12-22 14:14:05 -08:00