Skip to content

Commit

Permalink
Docs: EXIF metadata unsupported for TIFF output #3074
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Apr 18, 2022
1 parent 36e5596 commit 4c29368
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api-output.md
Expand Up @@ -118,6 +118,8 @@ output profile is provided.
The default behaviour, when `withMetadata` is not used, is to convert to the device-independent
sRGB colour space and strip all metadata, including the removal of any ICC profile.

EXIF metadata is unsupported for TIFF output.

### Parameters

* `options` **[Object][6]?**
Expand Down
2 changes: 2 additions & 0 deletions lib/output.js
Expand Up @@ -151,6 +151,8 @@ function toBuffer (options, callback) {
* The default behaviour, when `withMetadata` is not used, is to convert to the device-independent
* sRGB colour space and strip all metadata, including the removal of any ICC profile.
*
* EXIF metadata is unsupported for TIFF output.
*
* @example
* sharp('input.jpg')
* .withMetadata()
Expand Down

0 comments on commit 4c29368

Please sign in to comment.