mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Add support for BigTIFF output (#4459)
This commit is contained in:
2
lib/index.d.ts
vendored
2
lib/index.d.ts
vendored
@@ -1460,6 +1460,8 @@ declare namespace sharp {
|
||||
quality?: number | undefined;
|
||||
/** Compression options: none, jpeg, deflate, packbits, ccittfax4, lzw, webp, zstd, jp2k (optional, default 'jpeg') */
|
||||
compression?: string | undefined;
|
||||
/** Use BigTIFF variant (has no effect when compression is none) (optional, default false) */
|
||||
bigtiff?: boolean | undefined;
|
||||
/** Compression predictor options: none, horizontal, float (optional, default 'horizontal') */
|
||||
predictor?: string | undefined;
|
||||
/** Write an image pyramid (optional, default false) */
|
||||
|
||||
Reference in New Issue
Block a user