Pdf/Image.php
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 [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
-
New BSD License
- Package
- Zend_Pdf
- Subpackage
- Images
- Version
- $Id: Image.php 24593 2012-01-05 20:35:02Z matthew $
Package: Zend\Pdf\ImagesAbstract factory class which vends {@link Zend_Pdf_Resource_Image} objects.
This class is also the home for image-related constants because the name of
the true base class (Zend_Pdf_Resource_Image) is not intuitive for the
end user.
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
-
New BSD License
Constants


TIFF_FIELD_TYPE_ASCII
= 2


TIFF_FIELD_TYPE_SHORT
= 3


TIFF_FIELD_TYPE_RATIONAL
= 5


TIFF_TAG_IMAGE_WIDTH
= 256


TIFF_TAG_IMAGE_LENGTH
= 257


TIFF_TAG_BITS_PER_SAMPLE
= 258


TIFF_TAG_COMPRESSION
= 259


TIFF_TAG_PHOTOMETRIC_INTERPRETATION
= 262


TIFF_TAG_STRIP_OFFSETS
= 273


TIFF_TAG_SAMPLES_PER_PIXEL
= 277


TIFF_TAG_STRIP_BYTE_COUNTS
= 279


TIFF_COMPRESSION_UNCOMPRESSED
= 1


TIFF_COMPRESSION_CCITT1D
= 2


TIFF_COMPRESSION_GROUP_3_FAX
= 3


TIFF_COMPRESSION_GROUP_4_FAX
= 4


TIFF_COMPRESSION_JPEG
= 6


TIFF_COMPRESSION_FLATE
= 8


TIFF_COMPRESSION_FLATE_OBSOLETE_CODE
= 32946


TIFF_COMPRESSION_PACKBITS
= 32773


TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO
= 0


TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO
= 1


TIFF_PHOTOMETRIC_INTERPRETATION_RGB
= 2


TIFF_PHOTOMETRIC_INTERPRETATION_RGB_INDEXED
= 3


TIFF_PHOTOMETRIC_INTERPRETATION_CMYK
= 5


TIFF_PHOTOMETRIC_INTERPRETATION_YCBCR
= 6


TIFF_PHOTOMETRIC_INTERPRETATION_CIELAB
= 8


PNG_COMPRESSION_DEFAULT_STRATEGY
= 0


PNG_COMPRESSION_FILTERED
= 1


PNG_COMPRESSION_HUFFMAN_ONLY
= 2


PNG_INTERLACING_DISABLED
= 0


PNG_INTERLACING_ENABLED
= 1


PNG_CHANNEL_GRAY_ALPHA
= 4


PNG_CHANNEL_RGB_ALPHA
= 6
Methods



imageWithPath(string $filePath) : \Zend_Pdf_Resource_Image
staticReturns a {@link Zend_Pdf_Resource_Image} object by file path.
Parameters
Name |
Type |
Description |
$filePath |
string |
Full path to the image file. |
Returns
Throws