mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Add ignoreIcc input option to ignore embedded ICC profile
This commit is contained in:
2
lib/index.d.ts
vendored
2
lib/index.d.ts
vendored
@@ -814,6 +814,8 @@ declare namespace sharp {
|
||||
sequentialRead?: boolean | undefined;
|
||||
/** Number representing the DPI for vector images in the range 1 to 100000. (optional, default 72) */
|
||||
density?: number | undefined;
|
||||
/** Should the embedded ICC profile, if any, be ignored. */
|
||||
ignoreIcc?: boolean | undefined;
|
||||
/** Number of pages to extract for multi-page input (GIF, TIFF, PDF), use -1 for all pages */
|
||||
pages?: number | undefined;
|
||||
/** Page number to start extracting from for multi-page input (GIF, TIFF, PDF), zero based. (optional, default 0) */
|
||||
|
||||
Reference in New Issue
Block a user