img_entropy_map
Analyze image blocks by calculating Shannon entropy to identify high-entropy regions that might contain hidden steganographic data.
Instructions
Per-block entropy analysis of an image. Splits the image into blocks and calculates Shannon entropy per block, flagging high-entropy regions that may contain hidden data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to image file | |
| block_size | No | Block size in pixels (default: 64) |