mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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');