Supported formats
Setting the format
png.
Quality settings
For JPEG, WebP, and PDF formats, use theimage_quality parameter to control compression. The value is an integer between 0 and 100 (default: 80):
The
image_quality parameter has no effect on PNG format since PNG uses lossless compression.Transparent backgrounds
For PNG and WebP formats, useomit_background to remove the default white background:
PDF output
Screenshotly supports PDF output by settingformat to pdf:
Choosing a format
- Use PNG when you need transparency or pixel-perfect accuracy
- Use JPEG at quality 75–85 for the best balance of size and quality
- Use WebP for web delivery where browser support is available
- Use PDF when you need a printable document format

