Skip to content

Commit

Permalink
Expose new libvips/libjxl features (animation, EXIF)
Browse files Browse the repository at this point in the history
Requires libvips compiled with support for libjxl
  • Loading branch information
lovell committed Oct 29, 2024
1 parent 8afec17 commit 3796dd8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/api-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -695,8 +695,6 @@ Requires libvips compiled with support for libjxl.
The prebuilt binaries do not include this - see
[installing a custom libvips](https://sharp.pixelplumbing.com/install#custom-libvips).

Image metadata (EXIF, XMP) is unsupported.


**Throws**:

Expand All @@ -711,7 +709,9 @@ Image metadata (EXIF, XMP) is unsupported.
| [options.quality] | <code>number</code> | | calculate `distance` based on JPEG-like quality, between 1 and 100, overrides distance if specified |
| [options.decodingTier] | <code>number</code> | <code>0</code> | target decode speed tier, between 0 (highest quality) and 4 (lowest quality) |
| [options.lossless] | <code>boolean</code> | <code>false</code> | use lossless compression |
| [options.effort] | <code>number</code> | <code>7</code> | CPU effort, between 3 (fastest) and 9 (slowest) |
| [options.effort] | <code>number</code> | <code>7</code> | CPU effort, between 1 (fastest) and 9 (slowest) |
| [options.loop] | <code>number</code> | <code>0</code> | number of animation iterations, use 0 for infinite animation |
| [options.delay] | <code>number</code> \| <code>Array.&lt;number&gt;</code> | | delay(s) between animation frames (in milliseconds) |



Expand Down
Loading

0 comments on commit 3796dd8

Please sign in to comment.