Skip to content

zeropdf v1.5.5


zeropdf / ImageOptions

Type Alias: ImageOptions

ts
type ImageOptions = JpegImageOptions;

Defined in: src/types.ts:2961

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.