1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-03 09:39:16 +02:00
Commit graph

29 commits

Author SHA1 Message Date
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
ade8f1a9ab PngParser: Add support for zTXt chunk 2024-01-17 01:54:28 -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
2b772f8b49 Updated readme and changelog for 1.2.0 release 2024-01-15 13:17:10 -08:00
Jeff Schiller
2645f57b68 Update exported types for image parsers. 2024-01-15 13:09:43 -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
5aad62cc49 Add explicit type-safe methods to bind for GIF events. 2024-01-10 21:25:36 +09:00
Jeff Schiller
c1627f9169 Update to archive docs 2024-01-04 22:23:46 +09:00
Jeff Schiller
05cbcdc561 Add some docs for ByteStream 2023-12-25 18:10:25 -08:00
Jeff Schiller
6d1d33e970 Up-rev to 1.2.0 to account for new image/parsers package. 2023-12-22 20:57:08 -08:00
Jeff Schiller
13d8a166bf Add a GIF Parser into image/parsers 2023-12-22 14:14:05 -08:00
Jeff Schiller
d5971c0fdb Correct some typos, expose codecs in the main module (woops), and provide Typescript types (d.ts files) 2022-10-30 16:54:53 -07:00
Jeff Schiller
84514d1617 Update to @returns in all jsdoc 2022-04-27 13:31:18 -07:00
codedread
92decf206d Random update to the wasm module 2020-04-02 23:41:43 -07:00
codedread
31635710ac Add file comments to webp-shim.js 2020-03-16 23:36:47 -07:00
codedread
c85f5ae2cb Correct error, by creating a Uint8Array, in JPG converter function 2020-03-16 12:04:04 -07:00
codedread
3ad0fa4473 Fix JPG function referencing detached heap. Also, optimize WASM module output. 2020-03-15 15:33:36 -07:00
codedread
9dc09e22f4 Fix bug where we are holding on to a reference to the WASM runtime HEAP, but the HEAP could become detached 2020-03-14 17:47:43 -07:00
codedread
1bb77093ed Update license info on all webp-shim sources. Provide an example in the top-level README file for bitjs 2020-03-14 09:54:04 -07:00
codedread
b6dcda89ff Add webp-shim to bitjs 2020-03-14 08:54:31 -07:00