Add 'icc' raw profile data to metadata #129

This commit is contained in:
Lovell Fuller
2015-06-29 21:27:23 +01:00
parent cff8b45420
commit 321e0f2bfe
4 changed files with 76 additions and 4 deletions

View File

@@ -344,6 +344,7 @@ Fast access to image metadata without decoding any compressed image data.
* `hasAlpha`: Boolean indicating the presence of an alpha transparency channel
* `orientation`: Number value of the EXIF Orientation header, 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
A Promises/A+ promise is returned when `callback` is not provided.