[Home](./index.md) > [puppeteer](./puppeteer.md) > [ScreenshotOptions](./puppeteer.screenshotoptions.md) > [encoding](./puppeteer.screenshotoptions.encoding.md) ## ScreenshotOptions.encoding property Encoding of the image. Signature: ```typescript encoding?: 'base64' | 'binary'; ```