jpegadv_calibration
Detect hidden data in JPEG images by cropping edges to break DCT alignment, then comparing statistics between original and recalibrated versions to reveal steganographic modifications.
Instructions
Crop-recalibrate steganalysis. Crops the image by removing a few pixel rows/columns to break DCT block alignment, then compares DCT and pixel statistics between the original and calibrated version. Steganographic modifications are revealed because recalibration restores natural statistics that embedding had disrupted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the JPEG file for calibration-based steganalysis | |
| crop_pixels | No | Number of pixels to crop from edges to break DCT alignment (default: 4) |