Docs: EXIF metadata unsupported for TIFF output #3074

This commit is contained in:
Lovell Fuller
2022-04-18 09:53:35 +01:00
parent 36e55969d2
commit 4c29368b51
2 changed files with 4 additions and 0 deletions

View File

@@ -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()