img_compare
Compare two images pixel by pixel to identify differences. Returns counts of identical and different pixels, maximum difference, and affected channels for steganographic analysis.
Instructions
Pixel-by-pixel comparison of two images. Reports identical/different pixel counts, max difference, and which channels are affected. Useful for detecting steganographic modifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path_1 | Yes | Path to first image file | |
| file_path_2 | Yes | Path to second image file |