puppeteer/new-docs/puppeteer.protocol.systeminfo.subsamplingformat.md
2020-07-13 14:01:35 +01:00

526 B

Home > puppeteer > Protocol > SystemInfo > SubsamplingFormat

Protocol.SystemInfo.SubsamplingFormat type

YUV subsampling type of the pixels of a given image.

Signature:

export type SubsamplingFormat = ('yuv420' | 'yuv422' | 'yuv444');