bpcs_capacity
Estimates how much data can be hidden in an image using BPCS steganography by analyzing block complexity across bit planes and channels. Reports capacity in bits, bytes, and image percentage.
Instructions
Estimate BPCS embedding capacity. Counts the number of complex blocks at various thresholds across all bit planes and channels, then calculates the maximum data that could be hidden using BPCS. Reports capacity in bits, bytes, and as a percentage of the image size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to image file (PNG or JPEG) for capacity estimation | |
| threshold | No | Complexity threshold (0.0-1.0, default: 0.3) |