img_lsb_extract
Extract hidden messages from image files by reading least significant bits. Specify channels, bit plane, and traversal order to reveal embedded data as UTF-8 text and hex.
Instructions
Extract hidden data from image LSBs. Extracts bits from specified channels and bit plane, attempts UTF-8 decode, and shows hex dump.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | Pixel traversal order (default: row) | |
| channels | No | Channels to extract from: r,g,b,a (default: r,g,b) | |
| bit_plane | No | Bit plane 0-7 (default: 0=LSB) | |
| file_path | Yes | Path to image file | |
| max_bytes | No | Max bytes to extract (default: 8192) |