Deep forensic analysis of any image. Extract EXIF metadata, detect manipulation with Error Level Analysis, identify AI-generated images via frequency domain analysis, and strip metadata for privacy.
Every digital photo contains hidden data called EXIF (Exchangeable Image File Format) metadata. This includes camera model, lens info, GPS coordinates, timestamps, and editing software used. Our parser reads the raw binary JPEG data to extract every piece of embedded information.
ELA works by re-compressing an image at a known quality level, then amplifying the differences between the original and recompressed versions. In an unmodified image, these differences should be uniform. Manipulated regions — pasted elements, cloned areas, or edited sections — will show distinctly different error levels, appearing as bright spots in the ELA heatmap.
AI-generated images leave distinctive artifacts in the frequency domain. GANs (Generative Adversarial Networks) produce periodic spectral peaks visible in DCT analysis. Diffusion models show unusually smooth high-frequency rolloff compared to natural photographs, which exhibit characteristic 1/f noise patterns. Our analyzer computes the 2D DCT spectral energy distribution and looks for these telltale signatures.
The Image Forensics Lab is a professional-grade photo authentication tool that applies the same techniques used by digital forensics investigators, photojournalism fact-checkers, and intelligence analysts. Upload any JPEG, PNG, or WEBP image and receive a complete forensic report in seconds — no software installation required.
Error Level Analysis (ELA) reveals areas of an image that have been digitally altered by detecting inconsistent JPEG compression artifacts. Regions that have been copy-pasted, cloned, or retouched compress differently from the original content, producing visible hotspots in the ELA output. This technique is routinely used to expose doctored press photos, fake evidence, and manipulated social media posts.
Beyond ELA, the tool extracts all embedded EXIF metadata — GPS coordinates, camera make and model, shooting timestamp, software edits, and more. It also runs a frequency-domain analysis to flag statistical signatures of AI-generated imagery, which tends to exhibit unnatural regularity in its high-frequency noise patterns.