img_histogram
Generate a pixel value histogram and detect Pairs-of-Values anomalies to identify LSB steganography in images.
Instructions
Generate a pixel value histogram with anomaly detection. Detects Pairs-of-Values (PoV) anomalies that indicate LSB steganography.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | Channel: 0=R, 1=G, 2=B, 3=A (default: all RGB combined) | |
| file_path | Yes | Path to image file |