Docs: prebuilt binaries support tile-based output (#4305)

Except when targeting WebAssembly.
This commit is contained in:
Kleis Auke Wolthuizen
2024-12-28 12:51:50 +01:00
committed by GitHub
parent 82dc859a49
commit 92083ea64c
5 changed files with 3 additions and 11 deletions

View File

@@ -1232,10 +1232,6 @@ 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()