MediaWiki REL1_40
|
Class for some IPTC functions. More...
Static Public Member Functions | |
static | getCharset ( $tag) |
take the value of 1:90 tag and returns a charset | |
static | parse ( $rawData) |
This takes the results of iptcparse() and puts it into a form that can be handled by mediawiki. | |
|
static |
take the value of 1:90 tag and returns a charset
string | $tag | 1:90 tag. |
Definition at line 462 of file IPTC.php.
References wfDebugLog().
Referenced by parse().
|
static |
This takes the results of iptcparse() and puts it into a form that can be handled by mediawiki.
Generally called from BitmapMetadataHandler::doApp13.
string | $rawData | The app13 block from jpeg containing iptc/iim data |
Definition at line 42 of file IPTC.php.
References getCharset(), and wfDebugLog().