qr_module_analysis
Analyzes each QR code module for sub-pixel color variations and non-uniform grayscale to detect steganography or watermarking anomalies.
Instructions
Module-level pixel analysis of QR code images. Examines individual modules (the black/white squares) for sub-pixel anomalies: color variation within a single module, non-uniform grayscale values, and deviations from expected pure black (0) or pure white (255). These anomalies can indicate LSB stego or watermarking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to QR code image file (BMP for best results) | |
| threshold | No | Black/white threshold (0-255, default: 128) |