mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 15:25:07 +01:00
Document the cache-free nature of metadata extraction #796
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user