diff --git a/docs/api-constructor.md b/docs/api-constructor.md index 31123b0c..b9061562 100644 --- a/docs/api-constructor.md +++ b/docs/api-constructor.md @@ -24,7 +24,7 @@ Implements the [stream.Duplex][1] class. * `options.limitInputPixels` **([number][14] | [boolean][15])** Do not process input images where the number of pixels (width x height) exceeds this limit. Assumes image dimensions contained in the input metadata can be trusted. An integral Number of pixels, zero or false to remove limit, true to use default limit of 268402689 (0x3FFF x 0x3FFF). (optional, default `268402689`) - * `options.unlimited` **[boolean][15]** Set this to `true` to remove safety features that help prevent memory exhaustion (SVG, PNG). (optional, default `false`) + * `options.unlimited` **[boolean][15]** Set this to `true` to remove safety features that help prevent memory exhaustion (SVG, PNG, JPEG). (optional, default `false`) * `options.sequentialRead` **[boolean][15]** Set this to `true` to use sequential rather than random access where possible. This can reduce memory usage and might improve performance on some systems. (optional, default `false`) * `options.density` **[number][14]** number representing the DPI for vector images in the range 1 to 100000. (optional, default `72`)