Add support for RAW digicam input, requires custom libvips+libraw

This commit is contained in:
Lovell Fuller
2025-06-30 12:14:06 +01:00
parent 32cf6be1b8
commit df5454e7dc
6 changed files with 10 additions and 3 deletions

View File

@@ -18,6 +18,8 @@ Requires libvips v8.17.0
* Expose `keepDuplicateFrames` GIF output parameter.
* Add support for RAW digital camera image input. Requires libvips compiled with libraw support.
* Add `pageHeight` option to `create` and `raw` input for animated images.
[#3236](https://github.com/lovell/sharp/issues/3236)