Skip to content

Commit

Permalink
Docs: changelog and credit for #4157
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Jul 18, 2024
1 parent d642108 commit 10c6f47
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ A `Promise` is returned when `callback` is not provided.
- `xmp`: Buffer containing raw XMP data, if present
- `tifftagPhotoshop`: Buffer containing raw TIFFTAG_PHOTOSHOP data, if present
- `formatMagick`: String containing format for images loaded via *magick
- `comments`: Array of keyword/text pairs representing PNG text blocks, if present.
- `comments`: Array of keyword/text pairs representing PNG text blocks, if present.



Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Requires libvips v8.15.2
[#4147](https://github.com/lovell/sharp/pull/4147)
[@ton11797](https://github.com/ton11797)

* Expose PNG text chunks as `comments` metadata.
[#4157](https://github.com/lovell/sharp/pull/4157)
[@nkeynes](https://github.com/nkeynes)

### v0.33.4 - 16th May 2024

* Remove experimental status from `pipelineColourspace`.
Expand Down
3 changes: 3 additions & 0 deletions docs/humans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,3 +299,6 @@ GitHub: https://github.com/project0

Name: Pongsatorn Manusopit
GitHub: https://github.com/ton11797

Name: Nathan Keynes
GitHub: https://github.com/nkeynes
2 changes: 1 addition & 1 deletion lib/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ function _isStreamInput () {
* - `xmp`: Buffer containing raw XMP data, if present
* - `tifftagPhotoshop`: Buffer containing raw TIFFTAG_PHOTOSHOP data, if present
* - `formatMagick`: String containing format for images loaded via *magick
* - `comments` Array of keyword/text pairs representing PNG text blocks, if present.
* - `comments`: Array of keyword/text pairs representing PNG text blocks, if present.
*
* @example
* const metadata = await sharp(input).metadata();
Expand Down

0 comments on commit 10c6f47

Please sign in to comment.