[Home](./index.md) > [puppeteer](./puppeteer.md) > [ScreenshotOptions](./puppeteer.screenshotoptions.md) > [quality](./puppeteer.screenshotoptions.quality.md) ## ScreenshotOptions.quality property Quality of the image, between 0-100. Not applicable to `png` images. Signature: ```typescript quality?: number; ```