Document the cache-free nature of metadata extraction #796

This commit is contained in:
Lovell Fuller 2017-05-23 21:24:29 +01:00
parent d6a63d11d7
commit d45f8ef2d3
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ Returns **Sharp**
## metadata
Fast access to image metadata without decoding any compressed image data.
Fast access to (uncached) image metadata without decoding any compressed image data.
A Promises/A+ promise is returned when `callback` is not provided.
- `format`: Name of decoder used to decompress image data e.g. `jpeg`, `png`, `webp`, `gif`, `svg`

View File

@ -157,7 +157,7 @@ function clone () {
}
/**
* Fast access to image metadata without decoding any compressed image data.
* Fast access to (uncached) image metadata without decoding any compressed image data.
* A Promises/A+ promise is returned when `callback` is not provided.
*
* - `format`: Name of decoder used to decompress image data e.g. `jpeg`, `png`, `webp`, `gif`, `svg`