Expose raw TIFFTAG_PHOTOSHOP metadata #1600

This commit is contained in:
Lovell Fuller
2019-11-29 13:05:07 +00:00
parent 400ef71b6f
commit d31a91a599
8 changed files with 40 additions and 1 deletions

View File

@@ -207,6 +207,7 @@ function clone () {
* - `icc`: Buffer containing raw [ICC](https://www.npmjs.com/package/icc) profile data, if present
* - `iptc`: Buffer containing raw IPTC data, if present
* - `xmp`: Buffer containing raw XMP data, if present
* - `tifftagPhotoshop`: Buffer containing raw TIFFTAG_PHOTOSHOP data, if present
*
* @example
* const image = sharp(inputJpg);