image_diff_stats
Quantify the difference between two images to verify intended changes. Returns mean and max pixel differences and percentage of changed pixels.
Instructions
Quantify the change between two passes — the 'I changed only what I meant to' gate.
Returns mean/max absolute difference and the % of pixels that moved. Pair it with compare_images: the picture tells you WHAT changed, this tells you HOW MUCH — and catches the case where a 'small tweak' quietly rewrote the frame.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename_a | Yes | ||
| filename_b | Yes | ||
| subfolder_a | No | ||
| subfolder_b | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |