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

1
lib/index.d.ts vendored
View File

@@ -1890,6 +1890,7 @@ declare namespace sharp {
interface FormatEnum {
avif: AvailableFormatInfo;
dcraw: AvailableFormatInfo;
dz: AvailableFormatInfo;
exr: AvailableFormatInfo;
fits: AvailableFormatInfo;