Scan image dimensions
scan_image_dimensionsAudits images on any public web page: compares natural vs rendered dimensions, flags oversized images, and provides format breakdown to identify performance issues.
Instructions
Audit the images on any public web page. Returns each image's natural vs rendered dimensions, flags oversized images (downloaded much larger than displayed — a common Largest Contentful Paint problem), and breaks down formats (WebP/AVIF adoption). Useful for web performance and image-optimization work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The public URL of the page to audit. | |
| oversizedThreshold | No | Area-overshoot ratio above which an image is flagged oversized. Default 4 (≈2x in each dimension). |