Skip to content

a11ydocs v1.7.0


a11ydocs / ImageOptions

Type Alias: ImageOptions

ts
type ImageOptions = JpegImageOptions;

Defined in: src/types.ts:2990

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.