REPORT
REPORT
This is a simple and yet potentially powerful technique for detecting tampering in low-quality
JPEG images. This approach explicitly detects whether part of an image was compressed at a lower
quality than the saved JPEG quality of the entire image. Such a region is detected by simply
resaving the image at a multitude of JPEG qualities and detecting spatially localized local minima
in the difference between the image and its JPEG-compressed counterpart. Under many situations,
these minima, called JPEG ghosts, are highly salient and easily detected.
For more detail of this method check it in the publication: Exposing digital forgeries from JPEG
ghosts [4]
Here is my actual result testing the implementation of this method on my image:
Original Image for all demo:
Original Tampered
Red: Tampered region
The tampered region in this method is the region with strong blue (or black if plot in greyscale).
This happens when we choose the correct quality of the tampered region. Then, the different
between tampered region and the resaved image with this quality is minimum => small value =>
dark color.
This method is very hard to choose the best quality, so I proposed the multiple map, that plot many
smaller qualities with step of 2 from 60 of the resaved image, then we can see the different more
easily.
(This time, I plot in grey-scale)
• blocks merging.
For more detail of this method check it in the publication: Using noise inconsistencies for blind
image forensics [5]
Here is my actual result testing the implementation of this method on my image: