Image Formats
DomShot supports three image formats. Choose based on your use case: lossless quality (PNG), smaller file size (JPEG/WebP), or modern web optimization (WebP).Format comparison
PNG
Lossless compression with perfect quality. Best for screenshots containing text, UI elements, or when you need transparency.bash
- Largest file size
- No quality loss
- Supports transparency
- Universal compatibility
JPEG
Lossy compression optimized for photographic content. Smaller files with adjustable quality.bash
- Smaller file size than PNG
- Adjustable quality (1-100, default: 100)
- No transparency support
- Best for photos and complex graphics
WebP
Modern format with excellent compression ratio. Ideal for web applications and storage optimization.bash
- Best compression ratio
- Adjustable quality (1-100, default: 100)
- Supports transparency
- Modern browser support
Quality parameter
Thequality parameter controls compression for JPEG and WebP formats:
Recommendations
Choose your format based on your primary need:Parameters
See also
- Viewport Presets - Device sizes and dimensions
- Full Page Screenshots - Capture entire page length