compare_screenshots
Compare two screenshots using SHA-256 hash equality and size delta to detect visual changes after edits.
Instructions
Compare two screenshot files via SHA-256 hash equality and size delta. Quick way to spot whether a page changed visually after an edit. For pixel diffs, use a dedicated tool externally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| before_path | Yes | ||
| after_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identical | Yes | ||
| before_bytes | Yes | ||
| after_bytes | Yes | ||
| delta_bytes | Yes | ||
| before_sha256 | Yes | ||
| after_sha256 | Yes |