Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/src/content/docs/api-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -789,8 +789,6 @@ Use these AVIF options for output image.

AVIF image sequences are not supported.

When using Windows ARM64, this feature requires a CPU with ARM64v8.4 or later.


**Throws**:

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Ready-compiled sharp and libvips binaries are provided for use on the most commo
* Linux x64 (glibc >= 2.28, musl >= 1.2.5, CPU with SSE4.2)
* Windows x64
* Windows x86 (deprecated, Node.js 20 only)
* Windows ARM64 (CPU with ARMv8.4 required for all features)
* Windows ARM64
* FreeBSD (WebAssembly)

This provides support for the
Expand Down
2 changes: 0 additions & 2 deletions lib/output.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1207,8 +1207,6 @@ function tiff (options) {
*
* AVIF image sequences are not supported.
*
* When using Windows ARM64, this feature requires a CPU with ARM64v8.4 or later.
*
* @example
* const data = await sharp(input)
* .avif({ effort: 2 })
Expand Down