mirror of
https://github.com/codedread/bitjs
synced 2025-10-03 09:39:16 +02:00
Updated readme and changelog for 1.2.0 release
This commit is contained in:
parent
2645f57b68
commit
2b772f8b49
2 changed files with 4 additions and 6 deletions
|
@ -2,14 +2,12 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [1.2.0] - 2024-01-??
|
||||
## [1.2.0] - 2024-01-15
|
||||
|
||||
### Added
|
||||
|
||||
- Added GIF and JPEG parsers to bitjs.image.
|
||||
- Added a skip() method to ByteStream.
|
||||
|
||||
### Changed
|
||||
- image: Added GIF and JPEG event-based parsers.
|
||||
- io: Added a skip() method to ByteStream.
|
||||
|
||||
## [1.1.7] - 2023-12-16
|
||||
|
||||
|
|
|
@ -2,5 +2,5 @@ General-purpose, event-based parsers for digital images.
|
|||
|
||||
Currently only supports GIF and JPEG.
|
||||
|
||||
Some nice implementations for HEIF, JPEG, PNG, TIFF here:
|
||||
Some nice implementations of Exif parsing for PNG, HEIF, TIFF here:
|
||||
https://github.com/MikeKovarik/exifr/tree/master/src/file-parsers
|
Loading…
Add table
Add a link
Reference in a new issue