qr_compare
Compares two QR code images pixel by pixel to identify differences in data regions or function patterns, detecting steganographic modifications.
Instructions
Compare two QR code images for differences. Performs pixel-by-pixel comparison, identifies differing modules, and analyzes whether differences are in the data region or function patterns. Useful for detecting stego modifications between an original and modified QR code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threshold | No | Black/white threshold (0-255, default: 128) | |
| file_path_1 | Yes | Path to first QR code image (BMP) | |
| file_path_2 | Yes | Path to second QR code image (BMP) |