SetaPDF_Core_Image_Jpeg2000 Class representing an JPEG2000 image
File: /SetaPDF v2/Core/Image/Jpeg2000.php
Class hierarchy
Summary
Constants
TYPE_GIF
Image type
TYPE_JPEG
Image type
TYPE_JPEG2000
Image type
TYPE_PNG
Image type
TYPE_TIFF
Image type
TYPE_UNKNOWN
Image type
Properties
$_height
protected integer SetaPDF_Core_Image::$_height
The pixel height
$_width
protected integer SetaPDF_Core_Image::$_width
The pixel width
Static Methods
get()
Get an image by a reader.
Parameters
- $reader : SetaPDF_Core_Reader_ReaderInterface
The reader instance
Exceptions
Throws SetaPDF_Exception_NotImplemented If the image type is not supported (supported types: JPEG, PNG, JPEG2000).
getType()
Methods
__construct()
_process()
Process the image data.
Exceptions
Throws SetaPDF_Core_Image_Exception
Throws SetaPDF_Exception_NotImplemented
See
_readBoxHeader()
Reads the header information for the following box.
Parameters
- $boxLength : mixed
The BoxLength will be written in this variable.
- $boxType : mixed
The BoxType will be written in this variable.
Exceptions
toXObject()
public SetaPDF_Core_Image_Jpeg2000::toXObject (
SetaPDF_Core_Document $document
): SetaPDF_Core_XObject_ImageConverts the JPEG 2000 image to an external object.
Parameters
- $document : SetaPDF_Core_Document