qr_detect
Analyzes QR code images to detect hidden data by examining pixel patterns, color variations, and value distributions for steganographic techniques.
Instructions
Detect steganography in QR code images. Analyzes the image for unusual pixel patterns around data modules, checks for sub-module color variations, and measures pixel value distributions that could indicate LSB embedding or other stego techniques applied to a QR code image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to QR code image file | |
| threshold | No | Black/white threshold (0-255, default: 128) |