PngOutput
Defined in: src/types/index.ts:765
PNG image output
Properties
Section titled “Properties”buffer
Section titled “buffer”buffer: Buffer;Defined in: src/types/index.ts:767
PNG image data as a Buffer
height
Section titled “height”height: number;Defined in: src/types/index.ts:770
Height of the image in pixels
metadata
Section titled “metadata”metadata: object;Defined in: src/types/index.ts:773
Metadata about the generated image
format
Section titled “format”format: "png";Image format (always ‘png’)
width: number;Defined in: src/types/index.ts:779
Width of the image in pixels