Skip to content

zeropdf v1.3.0


zeropdf / ImageOptions

Type Alias: ImageOptions

ts
type ImageOptions = JpegImageOptions;

Defined in: src/types.ts:2900

Options for the auto-detecting PdfPage.image method. The raster format (PNG, JPEG, GIF, BMP, TIFF, WebP, JPEG 2000) is sniffed from the data.

Released under the ISC license.