diff_frames
Compare two PNG frames pixel by pixel and return the changed region and ratio, helping verify visual differences between game screenshots.
Instructions
Compare two PNG frames pixel by pixel and return their changed region and ratio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame_a | Yes | ||
| frame_b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| ratio | No | ||
| errors | Yes | ||
| region | No | ||
| size_a | No | ||
| size_b | No | ||
| warnings | No | ||
| identical | No | ||
| size_match | No | ||
| total_pixels | No | ||
| changed_pixels | No |