526 B
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');