API Documentation

Pdf/FileParser/Image/Png.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Pdf
subpackage
FileParser
version
$Id: Png.php 22655 2010-07-22 18:47:20Z mabe $
Classes
Zend_Pdf_FileParser_Image_Png

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Pdf_FileParser_Image_Png

Extends from
Zend_Pdf_FileParser_Image
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Pdf
subpackage
FileParser
Properties
$_isPNG
$_width
$_height
$_bits
$_color
$_compression
$_preFilter
$_interlacing
$_imageData
$_paletteData
$_transparencyData
Methods
getWidth
getHeight
getBitDepth
getColorSpace
getCompressionStrategy
getPaethFilter
getInterlacingMode
getRawImageData
getRawPaletteData
getRawTransparencyData
screen
parse
_parseSignature
_checkSignature
_parseChunks
_parseIHDRChunk
_parseIDATChunk
_parsePLTEChunk
_parseTRNSChunk

Description

Abstract base class for Image file parsers.

Properties

$_bits

 $_bits = ''

Details

visibility
protected
default
final
false
static
false

$_color

 $_color = ''

Details

visibility
protected
default
final
false
static
false

$_compression

 $_compression = ''

Details

visibility
protected
default
final
false
static
false

$_height

 $_height = ''

Details

visibility
protected
default
final
false
static
false

$_imageData

 $_imageData = ''

Details

visibility
protected
default
final
false
static
false

$_interlacing

 $_interlacing = ''

Details

visibility
protected
default
final
false
static
false

$_isPNG

 $_isPNG = ''

Details

visibility
protected
default
final
false
static
false

$_paletteData

 $_paletteData = ''

Details

visibility
protected
default
final
false
static
false

$_preFilter

 $_preFilter = ''

Details

visibility
protected
default
final
false
static
false

$_transparencyData

 $_transparencyData = ''

Details

visibility
protected
default
final
false
static
false

$_width

 $_width = ''

Details

visibility
protected
default
final
false
static
false

Methods

_checkSignature

_checkSignature( ) :
Details
visibility
protected
final
false
static
false

_parseChunks

_parseChunks( ) :
Details
visibility
protected
final
false
static
false

_parseIDATChunk

_parseIDATChunk(  $chunkOffset,  $chunkLength ) :
Arguments
$chunkOffset
$chunkLength
Details
visibility
protected
final
false
static
false

_parseIHDRChunk

_parseIHDRChunk( ) :
Details
visibility
protected
final
false
static
false

_parsePLTEChunk

_parsePLTEChunk(  $chunkOffset,  $chunkLength ) :
Arguments
$chunkOffset
$chunkLength
Details
visibility
protected
final
false
static
false

_parseSignature

_parseSignature( ) :
Details
visibility
protected
final
false
static
false

_parseTRNSChunk

_parseTRNSChunk(  $chunkOffset,  $chunkLength ) :
Arguments
$chunkOffset
$chunkLength
Details
visibility
protected
final
false
static
false

getBitDepth

getBitDepth( ) :
Details
visibility
public
final
false
static
false

getColorSpace

getColorSpace( ) :
Details
visibility
public
final
false
static
false

getCompressionStrategy

getCompressionStrategy( ) :
Details
visibility
public
final
false
static
false

getHeight

getHeight( ) :
Details
visibility
public
final
false
static
false

getInterlacingMode

getInterlacingMode( ) :
Details
visibility
public
final
false
static
false

getPaethFilter

getPaethFilter( ) :
Details
visibility
public
final
false
static
false

getRawImageData

getRawImageData( ) :
Details
visibility
public
final
false
static
false

getRawPaletteData

getRawPaletteData( ) :
Details
visibility
public
final
false
static
false

getRawTransparencyData

getRawTransparencyData( ) :
Details
visibility
public
final
false
static
false

getWidth

getWidth( ) :
Details
visibility
public
final
false
static
false

parse

parse( ) :

Reads and parses the image data from the file on disk.

Details
visibility
public
final
false
static
false
throws

screen

screen( ) :

Verifies that the image file is in the expected format.

Details
visibility
public
final
false
static
false
throws
Documentation was generated by DocBlox.