mirror of
https://github.com/lovell/sharp.git
synced 2025-07-16 13:40:13 +02:00
Docs: EXIF metadata unsupported for TIFF output #3074
This commit is contained in:
parent
36e55969d2
commit
4c29368b51
@ -118,6 +118,8 @@ output profile is provided.
|
|||||||
The default behaviour, when `withMetadata` is not used, is to convert to the device-independent
|
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.
|
sRGB colour space and strip all metadata, including the removal of any ICC profile.
|
||||||
|
|
||||||
|
EXIF metadata is unsupported for TIFF output.
|
||||||
|
|
||||||
### Parameters
|
### Parameters
|
||||||
|
|
||||||
* `options` **[Object][6]?**
|
* `options` **[Object][6]?**
|
||||||
|
@ -151,6 +151,8 @@ function toBuffer (options, callback) {
|
|||||||
* The default behaviour, when `withMetadata` is not used, is to convert to the device-independent
|
* 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.
|
* sRGB colour space and strip all metadata, including the removal of any ICC profile.
|
||||||
*
|
*
|
||||||
|
* EXIF metadata is unsupported for TIFF output.
|
||||||
|
*
|
||||||
* @example
|
* @example
|
||||||
* sharp('input.jpg')
|
* sharp('input.jpg')
|
||||||
* .withMetadata()
|
* .withMetadata()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user