Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sentenza/gimp-ela
A JPEG Error Level Analysis forensic plugin for the GNU Image Manipulation Program (GIMP)
https://github.com/sentenza/gimp-ela
ela gimp jpeg-image
Last synced: 2 days ago
JSON representation
A JPEG Error Level Analysis forensic plugin for the GNU Image Manipulation Program (GIMP)
- Host: GitHub
- URL: https://github.com/sentenza/gimp-ela
- Owner: sentenza
- License: mit
- Created: 2013-12-04T11:06:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T17:31:02.000Z (about 6 years ago)
- Last Synced: 2024-05-18T11:34:16.961Z (6 months ago)
- Topics: ela, gimp, jpeg-image
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 67
- Watchers: 8
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JPEG Error Level Analysis for the GIMP
======================================The JPEG-compression is a lossy technique. Using this kind of compression on digital images introduces an error on each block of 8x8 pixels that composes the resulting picture. Nevertheless, when an image is modified, the 8x8 cells containing the modifications have no longer the same error level of the rest of the unmodified image.
The [Error Level Analysis][ELA] (ELA) aims to discover areas within a JPEG image that are at different compression levels, so that a possible manipulation of the highlighted portions could be clued. In order to succeed in this operation the original image is intentionally saved again at a known error rate - such as 70% - and then the difference between the resulted image and the original one is computed. If an area of the image has been compressed multiple times one could suppose that the image has possibly been manipulated.
Installation
------------In order to install this Python plugin in GIMP (tested with GIMP 2.8+) you must save *plugin-ela.py* under the plug-ins directory and then start the GIMP. The new _Forensics_ submenu would be disposable under _Filters_.
Usage
-----After selecting the JPEG ELA plugin from _Filters_ on a saved JPEG image it is possible to specify the amount of compression of the resaved image and an HTML report.
### Requirements
* [GIMP](https://www.gimp.org/) 2.8+
* Python[ELA]: http://www.errorlevelanalysis.com/