MediaWiki  REL1_22
JpegMetadataExtractor Class Reference

Class for reading jpegs and extracting metadata. More...

List of all members.

Static Public Member Functions

static doPSIR ($app13)
 This reads the photoshop image resource.
static segmentSplitter ($filename)
 Function to extract metadata segments of interest from jpeg files based on GIFMetadataExtractor.

Public Attributes

const MAX_JPEG_SEGMENTS = 200

Static Private Member Functions

static jpegExtractMarker (&$fh)
 Helper function for jpegSegmentSplitter.

Detailed Description

Class for reading jpegs and extracting metadata.

see also BitmapMetadataHandler.

Based somewhat on GIFMetadataExtractor.

Definition at line 32 of file JpegMetadataExtractor.php.


Member Function Documentation

static JpegMetadataExtractor::doPSIR ( app13) [static]

This reads the photoshop image resource.

Currently it only compares the iptc/iim hash with the stored hash, which is used to determine the precedence of the iptc data. In future it may extract some other info, like url of copyright license.

This should generally be called by BitmapMetadataHandler::doApp13()

Parameters:
string$app13photoshop psir app13 block from jpg.
Exceptions:
MWException(It gets caught next level up though)
Returns:
String if the iptc hash is good or not.

Definition at line 200 of file JpegMetadataExtractor.php.

References wfUnpack().

Referenced by BitmapMetadataHandler\doApp13(), JpegMetadataExtractorTest\testIPTCHashComparisionBadHash(), JpegMetadataExtractorTest\testIPTCHashComparisionGoodHash(), and JpegMetadataExtractorTest\testIPTCHashComparisionNoHash().

static JpegMetadataExtractor::jpegExtractMarker ( &$  fh) [static, private]

Helper function for jpegSegmentSplitter.

Parameters:
&$fhFileHandle for jpeg file
Exceptions:
MWException
Returns:
string data content of segment.

Definition at line 175 of file JpegMetadataExtractor.php.

References $size, and wfUnpack().

Referenced by segmentSplitter().


Member Data Documentation


The documentation for this class was generated from the following file: