This shows you the differences between two versions of the page.
pom-ng:analyzer:jpeg [2012/10/12 13:53] 2001:7e8:2221:600:9471:feff:febb:91f7 created |
pom-ng:analyzer:jpeg [2013/07/16 09:12] (current) gmsoft Add exif |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Analyzer jpeg ====== | ====== Analyzer jpeg ====== | ||
- | This analyzer parses the header of JPEG images and output the following information : | + | This analyzer parses the header of JPEG images and output the below information. If exif support is enabled, the exif data will be parsed and added to the exif parameter. |
===== Payloads ==== | ===== Payloads ==== | ||
Line 10: | Line 10: | ||
|height|uint16|Height of the image.| | |height|uint16|Height of the image.| | ||
|width|uint16|Width of the image.| | |width|uint16|Width of the image.| | ||
+ | |exif|list|List of various EXIF data.| |