compare_screenshots
Compare two PNG images pixel by pixel to detect changes, returning the change count and a red-highlighted diff image.
Instructions
Compare two PNG images (res:// or user:// path, or raw base64) pixel by pixel and return the change count plus a red-highlighted diff image
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_a | Yes | ||
| image_b | Yes | ||
| threshold | No |