diff_images
Compare two images and generate a 3-panel composite showing reference, changed version, and diff with bright red highlights for differences. Adjust threshold to filter noise.
Instructions
Compare two images and produce a 3-panel composite: [Image A] | [Image B] | [Diff]. The diff panel desaturates the base image and paints changed regions in bright red, making differences immediately obvious.
Parameters:
image_path_a: Path to the first image (treated as the reference/baseline)
image_path_b: Path to the second image (treated as the new/changed version)
threshold: Pixel difference (0-255) below which changes are ignored (default 15, filters noise)
tile_size: Width/height of each panel in the composite (default 512)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path_a | Yes | ||
| image_path_b | Yes | ||
| threshold | No | ||
| tile_size | No |