MediaWiki REL1_31
|
Support for detecting/validating DjVu image files and getting some basic file metadata (resolution etc) More...
Public Member Functions | |
__construct ( $filename) | |
convertDumpToXML ( $dump) | |
Hack to temporarily work around djvutoxml bug. | |
dump () | |
For debugging; dump the IFF chunk structure. | |
getImageSize () | |
Return data in the style of getimagesize() | |
getInfo () | |
isValid () | |
Check if the given file is indeed a valid DjVu image file. | |
pageTextCallback ( $matches) | |
parseFormDjvu ( $line, &$xml) | |
retrieveMetaData () | |
Return an XML string describing the DjVu image. | |
Public Attributes | |
const | DJVUTXT_MEMORY_LIMIT = 300000 |
@const DJVUTXT_MEMORY_LIMIT Memory limit for the DjVu description software | |
Private Member Functions | |
dumpForm ( $file, $length, $indent) | |
getMultiPageInfo ( $file, $formLength) | |
getPageInfo ( $file) | |
readChunk ( $file) | |
skipChunk ( $file, $chunkLength) | |
Support for detecting/validating DjVu image files and getting some basic file metadata (resolution etc)
File format docs are available in source package for DjVuLibre: http://djvulibre.djvuzone.org/
Definition at line 36 of file DjVuImage.php.
DjVuImage::__construct | ( | $filename | ) |
string | $filename | The DjVu file name. |
Definition at line 45 of file DjVuImage.php.
DjVuImage::convertDumpToXML | ( | $dump | ) |
Hack to temporarily work around djvutoxml bug.
string | $dump |
Definition at line 308 of file DjVuImage.php.
References $line, parseFormDjvu(), version, and wfDebug().
Referenced by retrieveMetaData().
DjVuImage::dump | ( | ) |
For debugging; dump the IFF chunk structure.
Definition at line 82 of file DjVuImage.php.
References $header, and dumpForm().
|
private |
Definition at line 93 of file DjVuImage.php.
References dumpForm().
Referenced by dump(), and dumpForm().
DjVuImage::getImageSize | ( | ) |
Return data in the style of getimagesize()
Definition at line 63 of file DjVuImage.php.
References getInfo().
DjVuImage::getInfo | ( | ) |
Definition at line 119 of file DjVuImage.php.
References $header, getMultiPageInfo(), getPageInfo(), and wfDebug().
Referenced by getImageSize(), and isValid().
|
private |
Definition at line 175 of file DjVuImage.php.
References getPageInfo(), list, readChunk(), skipChunk(), and wfDebug().
Referenced by getInfo().
|
private |
Definition at line 204 of file DjVuImage.php.
References list, readChunk(), and wfDebug().
Referenced by getInfo(), and getMultiPageInfo().
DjVuImage::isValid | ( | ) |
Check if the given file is indeed a valid DjVu image file.
Definition at line 53 of file DjVuImage.php.
References getInfo().
Referenced by retrieveMetaData().
DjVuImage::pageTextCallback | ( | $matches | ) |
Definition at line 296 of file DjVuImage.php.
References $matches.
DjVuImage::parseFormDjvu | ( | $line, | |
& | $xml ) |
|
private |
Definition at line 155 of file DjVuImage.php.
References $header.
Referenced by getMultiPageInfo(), and getPageInfo().
DjVuImage::retrieveMetaData | ( | ) |
Return an XML string describing the DjVu image.
Definition at line 246 of file DjVuImage.php.
References $retval, $wgDjvuDump, $wgDjvuToXML, $wgDjvuTxt, convertDumpToXML(), isValid(), wfDebug(), wfEscapeShellArg(), and wfShellExec().
|
private |
Definition at line 166 of file DjVuImage.php.
Referenced by getMultiPageInfo().
const DjVuImage::DJVUTXT_MEMORY_LIMIT = 300000 |
@const DJVUTXT_MEMORY_LIMIT Memory limit for the DjVu description software
Definition at line 40 of file DjVuImage.php.