Docs: tile-based output requires libgsf

This commit is contained in:
Lovell Fuller
2023-03-22 09:17:07 +00:00
parent cd5e11bd50
commit 6008ff8a08
2 changed files with 8 additions and 0 deletions

View File

@@ -1056,6 +1056,10 @@ function raw (options) {
*
* The container will be set to `zip` when the output is a Buffer or Stream, otherwise it will default to `fs`.
*
* Requires libvips compiled with support for libgsf.
* The prebuilt binaries do not include this - see
* {@link https://sharp.pixelplumbing.com/install#custom-libvips installing a custom libvips}.
*
* @example
* sharp('input.tiff')
* .png()