mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Doc refresh for #1079
This commit is contained in:
parent
c4df115948
commit
d5295a2d0c
@ -18,16 +18,16 @@ matrix:
|
|||||||
sudo: false
|
sudo: false
|
||||||
node_js: "9"
|
node_js: "9"
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode8
|
osx_image: xcode8.3
|
||||||
node_js: "4"
|
node_js: "4"
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode8
|
osx_image: xcode8.3
|
||||||
node_js: "6"
|
node_js: "6"
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode8
|
osx_image: xcode8.3
|
||||||
node_js: "8"
|
node_js: "8"
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode8
|
osx_image: xcode8.3
|
||||||
node_js: "9"
|
node_js: "9"
|
||||||
after_success:
|
after_success:
|
||||||
- npm install coveralls
|
- npm install coveralls
|
||||||
|
@ -44,6 +44,8 @@ A Promises/A+ promise is returned when `callback` is not provided.
|
|||||||
- `orientation`: Number value of the EXIF Orientation header, if present
|
- `orientation`: Number value of the EXIF Orientation header, if present
|
||||||
- `exif`: Buffer containing raw EXIF data, if present
|
- `exif`: Buffer containing raw EXIF data, if present
|
||||||
- `icc`: Buffer containing raw [ICC](https://www.npmjs.com/package/icc) profile data, if present
|
- `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
|
||||||
|
|
||||||
**Parameters**
|
**Parameters**
|
||||||
|
|
||||||
|
@ -41,7 +41,11 @@ Requires libvips v8.6.0.
|
|||||||
* Add support for gravity option to existing embed feature.
|
* Add support for gravity option to existing embed feature.
|
||||||
[#1038](https://github.com/lovell/sharp/pull/1038)
|
[#1038](https://github.com/lovell/sharp/pull/1038)
|
||||||
[@AzureByte](https://github.com/AzureByte)
|
[@AzureByte](https://github.com/AzureByte)
|
||||||
|
|
||||||
|
* Expose IPTC and XMP metadata when available.
|
||||||
|
[#1079](https://github.com/lovell/sharp/pull/1079)
|
||||||
|
[@oaleynik](https://github.com/oaleynik)
|
||||||
|
|
||||||
* TIFF output: switch default predictor from 'none' to 'horizontal' to match libvips' behaviour.
|
* TIFF output: switch default predictor from 'none' to 'horizontal' to match libvips' behaviour.
|
||||||
|
|
||||||
### v0.18 - "*ridge*"
|
### v0.18 - "*ridge*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user