photo_image_diff
Image Diff — Compare two images and highlight the differences visually. Takes two separately-named uploads: 'image1' and 'image2'. [category: photo]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fuzz | No | Per-pixel tolerance percent, 0-20. | |
| image1 | Yes | First image — JPG, PNG, WebP, BMP (max 25MB) | |
| image2 | Yes | Second image — JPG, PNG, WebP, BMP (max 25MB) | |
| normalize | No | Normalize sizes before comparing. | |
| output_format | No | Format of the returned diff image. AE/SSIM/PSNR/RMSE scores ride X-JE-Metric-* response headers, not the body. | png |
| lowlight_color | No | Hex color for unchanged pixels. | #222222 |
| highlight_color | No | Hex color for changed pixels. | #ff0000 |