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.
TIFF image
TIFF_FIELD_TYPE_BYTE = '1'
Details TIFF_FIELD_TYPE_ASCII = '2'
Details TIFF_FIELD_TYPE_SHORT = '3'
Details TIFF_FIELD_TYPE_LONG = '4'
Details TIFF_FIELD_TYPE_RATIONAL = '5'
Details TIFF_TAG_IMAGE_WIDTH = '256'
Details TIFF_TAG_IMAGE_LENGTH = '257'
Details TIFF_TAG_BITS_PER_SAMPLE = '258'
Details TIFF_TAG_COMPRESSION = '259'
Details TIFF_TAG_PHOTOMETRIC_INTERPRETATION = '262'
Details TIFF_TAG_STRIP_OFFSETS = '273'
Details TIFF_TAG_SAMPLES_PER_PIXEL = '277'
Details TIFF_TAG_STRIP_BYTE_COUNTS = '279'
Details TIFF_COMPRESSION_UNCOMPRESSED = '1'
Details TIFF_COMPRESSION_CCITT1D = '2'
Details TIFF_COMPRESSION_GROUP_3_FAX = '3'
Details TIFF_COMPRESSION_GROUP_4_FAX = '4'
Details TIFF_COMPRESSION_LZW = '5'
Details TIFF_COMPRESSION_JPEG = '6'
Details TIFF_COMPRESSION_FLATE = '8'
Details TIFF_COMPRESSION_FLATE_OBSOLETE_CODE = '32946'
Details TIFF_COMPRESSION_PACKBITS = '32773'
Details TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO = '0'
Details TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO = '1'
Details TIFF_PHOTOMETRIC_INTERPRETATION_RGB = '2'
Details TIFF_PHOTOMETRIC_INTERPRETATION_RGB_INDEXED = '3'
Details TIFF_PHOTOMETRIC_INTERPRETATION_CMYK = '5'
Details TIFF_PHOTOMETRIC_INTERPRETATION_YCBCR = '6'
Details TIFF_PHOTOMETRIC_INTERPRETATION_CIELAB = '8'
Details TIFF_ENDIAN_BIG = '0'
Details TIFF_ENDIAN_LITTLE = '1'
Details UNPACK_TYPE_BYTE = '0'
Details UNPACK_TYPE_SHORT = '1'
Details UNPACK_TYPE_LONG = '2'
Details UNPACK_TYPE_RATIONAL = '3'
Details $_bitsPerSample = ''
Details $_blackIsZero = ''
Details $_colorCode = ''
Details $_colorSpace = ''
Details $_compression = ''
Details $_endianType = ''
Details $_fileSize = ''
Details $_filter = ''
Details $_height = ''
Details $_imageDataLength = 'TIFF_ENDIAN_BIG'
Details $_imageDataOffset = ''
Details $_imageProperties = ''
Details $_whiteIsZero = ''
Details $_width = ''
Details__construct(
string $imageFileName
)
:
Object constructor
DetailsgetPixelHeight(
)
:
Image height (defined in Zend_Pdf_Resource_Image_Interface)
DetailsgetPixelWidth(
)
:
Image width (defined in Zend_Pdf_Resource_Image_Interface)
DetailsgetProperties(
)
:
Image properties (defined in Zend_Pdf_Resource_Image_Interface)
DetailsunpackBytes(
int $type, string $bytes
)
:
Byte unpacking function
Makes it possible to unpack bytes in one statement for enhanced logic readability.
Details