jpegadv_pvd_detect
Detect Pixel Value Differencing (PVD) steganography in JPEG images by analyzing the distribution of pixel differences for the staircase pattern at PVD range boundaries.
Instructions
Pixel Value Differencing (PVD) steganography detection applied to JPEG. PVD encodes data in the differences between adjacent pixel values. Detects by analyzing the distribution of pixel differences for the staircase pattern at PVD range boundaries (Wu-Tsai ranges). Works on decoded pixel data via jpeg-js.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the JPEG file to analyze for PVD steganography |