diagnose
Score how faithfully a reproduction matches an original (MAE / PSNR / exact-match % / stray px). Returns: A JSON string with the fidelity metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| original | No | The original image as an http(s) URL or a base64 data URL. | |
| reproduction | No | The reproduced image to compare, as an http(s) URL or a base64 data URL. |