MediaWiki  1.23.1
PNGMetadataExtractor Class Reference

PNG frame counter. More...

Static Public Member Functions

static getMetadata ( $filename)
 

Public Attributes

const MAX_CHUNK_SIZE = 3145728
 
const VERSION = 1
 

Static Private Member Functions

static read ( $fh, $size)
 Read a chunk, checking to make sure its not too big. More...
 

Static Private Attributes

static $crcSize
 
static $pngSig
 
static $textChunks
 

Detailed Description

PNG frame counter.

Definition at line 33 of file PNGMetadataExtractor.php.

Member Function Documentation

◆ getMetadata()

◆ read()

static PNGMetadataExtractor::read (   $fh,
  $size 
)
staticprivate

Read a chunk, checking to make sure its not too big.

Parameters
resource$fhThe file handle
int$sizeSize in bytes.
Exceptions
Exceptionif too big.
Returns
string The chunk.

Definition at line 419 of file PNGMetadataExtractor.php.

References $size.

Referenced by getMetadata().

Member Data Documentation

◆ $crcSize

PNGMetadataExtractor::$crcSize
staticprivate

Definition at line 38 of file PNGMetadataExtractor.php.

◆ $pngSig

PNGMetadataExtractor::$pngSig
staticprivate

Definition at line 35 of file PNGMetadataExtractor.php.

◆ $textChunks

PNGMetadataExtractor::$textChunks
staticprivate

Definition at line 41 of file PNGMetadataExtractor.php.

◆ MAX_CHUNK_SIZE

const PNGMetadataExtractor::MAX_CHUNK_SIZE = 3145728

Definition at line 44 of file PNGMetadataExtractor.php.

◆ VERSION

const PNGMetadataExtractor::VERSION = 1

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