[PEL] element index

All elements
a b c d e f g i j l m n o p r s t u v w x y _
_
top
__construct
PelEntryUserComment::__construct() in PelEntryUndefined.php
Make a new entry for holding a user comment.
__construct
PelEntryVersion::__construct() in PelEntryUndefined.php
Make a new entry for holding a version.
__construct
PelEntryUndefined::__construct() in PelEntryUndefined.php
Make a new PelEntry that can hold undefined data.
__construct
PelDataWindow::__construct() in PelDataWindow.php
Construct a new data window with the data supplied.
__construct
PelEntryShort::__construct() in PelEntryShort.php
Make a new entry that can hold an unsigned short.
__construct
PelExif::__construct() in PelExif.php
Construct a new Exif object.
__construct
PelIfd::__construct() in PelIfd.php
Construct a new Image File Directory (IFD).
__construct
PelTiff::__construct() in PelTiff.php
Construct a new object for holding TIFF data.
__construct
PelJpegContent::__construct() in PelJpegContent.php
Make a new piece of JPEG content.
__construct
PelJpegComment::__construct() in PelJpegComment.php
Construct a new JPEG comment.
__construct
PelJpeg::__construct() in PelJpeg.php
Construct a new JPEG object.
__construct
PelEntrySRational::__construct() in PelEntryRational.php
Make a new entry that can hold a signed rational.
__construct
PelEntrySShort::__construct() in PelEntryShort.php
Make a new entry that can hold a signed short.
__construct
PelEntryRational::__construct() in PelEntryRational.php
Make a new entry that can hold an unsigned rational.
__construct
Make a new entry for holding copyright information.
__construct
PelEntryAscii::__construct() in PelEntryAscii.php
Make a new PelEntry that can hold an ASCII string.
__construct
PelEntryByte::__construct() in PelEntryByte.php
Make a new entry that can hold an unsigned byte.
__construct
PelEntryTime::__construct() in PelEntryAscii.php
Make a new entry for holding a timestamp.
__construct
PelEntrySByte::__construct() in PelEntryByte.php
Make a new entry that can hold a signed byte.
__construct
Make a new PelEntry that can hold a Windows XP specific string.
__construct
PelEntrySLong::__construct() in PelEntryLong.php
Make a new entry that can hold a signed long.
__construct
PelEntryLong::__construct() in PelEntryLong.php
Make a new entry that can hold an unsigned long.
__toString
PelDataWindow::__toString() in PelDataWindow.php
Return a string representation of the data window.
__toString
PelTiff::__toString() in PelTiff.php
Return a string representation of this object.
__toString
PelEntry::__toString() in PelEntry.php
Turn this entry into a string.
__toString
PelJpeg::__toString() in PelJpeg.php
Make a string representation of this JPEG object.
__toString
PelExif::__toString() in PelExif.php
Return a string representation of this object.
__toString
PelIfd::__toString() in PelIfd.php
Turn this directory into text.
__toString
PelJpegComment::__toString() in PelJpegComment.php
Return a string representation of this object.
__construct
Construct a new invalid marker exception.
__construct
PelException::__construct() in PelException.php
Construct a new PEL exception.
__construct
Construct a new overflow exception.
__construct
Construct a new exception indicating a wrong number of components.
__construct
Construct a new exception indicating an invalid format.
a
top
addEntry
PelIfd::addEntry() in PelIfd.php
Adds an entry to the directory.
addNumber
PelEntryNumber::addNumber() in PelEntryNumber.php
Add a number.
addSubIfd
PelIfd::addSubIfd() in PelIfd.php
Add a sub-IFD.
APERTURE_VALUE
Aperture
APP0
PelJpegMarker::APP0 in PelJpegMarker.php
Application segment 0
APP1
PelJpegMarker::APP1 in PelJpegMarker.php
Application segment 1
APP2
PelJpegMarker::APP2 in PelJpegMarker.php
Application segment 2
APP3
PelJpegMarker::APP3 in PelJpegMarker.php
Application segment 3
APP4
PelJpegMarker::APP4 in PelJpegMarker.php
Application segment 4
APP5
PelJpegMarker::APP5 in PelJpegMarker.php
Application segment 5
APP6
PelJpegMarker::APP6 in PelJpegMarker.php
Application segment 6
APP7
PelJpegMarker::APP7 in PelJpegMarker.php
Application segment 7
APP8
PelJpegMarker::APP8 in PelJpegMarker.php
Application segment 8
APP9
PelJpegMarker::APP9 in PelJpegMarker.php
Application segment 9
APP10
PelJpegMarker::APP10 in PelJpegMarker.php
Application segment 10
APP11
PelJpegMarker::APP11 in PelJpegMarker.php
Application segment 11
APP12
PelJpegMarker::APP12 in PelJpegMarker.php
Application segment 12
APP13
PelJpegMarker::APP13 in PelJpegMarker.php
Application segment 13
APP14
PelJpegMarker::APP14 in PelJpegMarker.php
Application segment 14
APP15
PelJpegMarker::APP15 in PelJpegMarker.php
Application segment 15
appendSection
Append a new section.
ARTIST
PelTag::ARTIST in PelTag.php
Person who created the image.
ASCII
PelFormat::ASCII in PelFormat.php
ASCII string.
b
top
$bytes
PelEntry::$bytes in PelEntry.php
The bytes representing this entry.
BATTERY_LEVEL
PelTag::BATTERY_LEVEL in PelTag.php
Battery level.
BIG_ENDIAN
PelConvert::BIG_ENDIAN in PelConvert.php
Big-endian (Motorola) byte order.
BITS_PER_SAMPLE
Number of bits per component.
BRIGHTNESS_VALUE
Brightness
BYTE
PelFormat::BYTE in PelFormat.php
Unsigned byte.
bytesToByte
PelConvert::bytesToByte() in PelConvert.php
Extract an unsigned byte from a string of bytes.
bytesToDump
PelConvert::bytesToDump() in PelConvert.php
Format bytes for dumping.
bytesToLong
PelConvert::bytesToLong() in PelConvert.php
Extract an unsigned long from bytes.
bytesToRational
Extract an unsigned rational from bytes.
bytesToSByte
PelConvert::bytesToSByte() in PelConvert.php
Extract a signed byte from bytes.
bytesToShort
PelConvert::bytesToShort() in PelConvert.php
Extract an unsigned short from bytes.
bytesToSLong
PelConvert::bytesToSLong() in PelConvert.php
Extract a signed long from bytes.
bytesToSRational
Extract a signed rational from bytes.
bytesToSShort
PelConvert::bytesToSShort() in PelConvert.php
Extract a signed short from bytes.
c
top
$components
PelEntry::$components in PelEntry.php
The number of components of this entry.
CFA_PATTERN
PelTag::CFA_PATTERN in PelTag.php
CFA pattern.
CFA_REPEAT_PATTERN_DIM
CFA Repeat Pattern Dim.
clearExceptions
Clear list of stored exceptions.
clearExif
PelJpeg::clearExif() in PelJpeg.php
Clear any Exif data.
COLOR_SPACE
PelTag::COLOR_SPACE in PelTag.php
Color space information.
COM
PelJpegMarker::COM in PelJpegMarker.php
Comment
COMPONENTS_CONFIGURATION
Meaning of each component.
COMPRESSED_BITS_PER_PIXEL
Image compression mode.
COMPRESSION
PelTag::COMPRESSION in PelTag.php
Compression scheme.
CONTRAST
PelTag::CONTRAST in PelTag.php
Contrast.
convertGregorianToJd
Converts a date in year/month/day format to a Julian Day count.
convertJdToGregorian
Converts a Julian Day count to a year/month/day triple.
convertJdToUnix
PelEntryTime::convertJdToUnix() in PelEntryAscii.php
Converts a Julian Day count to a UNIX timestamp.
convertUnixToJd
PelEntryTime::convertUnixToJd() in PelEntryAscii.php
Converts a UNIX timestamp to a Julian Day count.
COPYRIGHT
PelTag::COPYRIGHT in PelTag.php
Copyright holder.
CUSTOM_RENDERED
Custom image processing.
d
top
$dimension
PelEntryNumber::$dimension in PelEntryNumber.php
The dimension of the number held.
DAC
PelJpegMarker::DAC in PelJpegMarker.php
Define arithmetic coding conditioning
DATE_TIME
PelTag::DATE_TIME in PelTag.php
File change date and time.
DATE_TIME_DIGITIZED
Date and time of digital data generation.
DATE_TIME_ORIGINAL
Date and time of original data generation.
debug
Pel::debug() in Pel.php
Conditionally output debug information.
DEVICE_SETTING_DESCRIPTION
Device settings description.
dgettext
dgettext() in Pel.php
Pretend to lookup a message in a specific domain.
DHP
PelJpegMarker::DHP in PelJpegMarker.php
Define hierarchical progression
DHT
PelJpegMarker::DHT in PelJpegMarker.php
Define Huffman table
DIGITAL_ZOOM_RATIO
Digital zoom ratio.
DNL
PelJpegMarker::DNL in PelJpegMarker.php
Define number of lines
DOCUMENT_NAME
PelTag::DOCUMENT_NAME in PelTag.php
Document Name
DOUBLE
PelFormat::DOUBLE in PelFormat.php
Double precision floating point number.
DQT
PelJpegMarker::DQT in PelJpegMarker.php
Define quantization table
DRI
PelJpegMarker::DRI in PelJpegMarker.php
Define restart interval
e
top
EOI
PelJpegMarker::EOI in PelJpegMarker.php
End of image
EXIF
PelIfd::EXIF in PelIfd.php
Exif IFD.
EXIF_HEADER
PelExif::EXIF_HEADER in PelExif.php
Exif header.
EXIF_IFD_POINTER
Exif IFD Pointer
EXIF_STRING
PelEntryTime::EXIF_STRING in PelEntryAscii.php
Constant denoting a Exif string.
EXIF_VERSION
PelTag::EXIF_VERSION in PelTag.php
Exif version.
EXP
PelJpegMarker::EXP in PelJpegMarker.php
Expand reference component
EXPOSURE_BIAS_VALUE
Exposure Bias
EXPOSURE_INDEX
Exposure index.
EXPOSURE_MODE
PelTag::EXPOSURE_MODE in PelTag.php
Exposure mode.
EXPOSURE_PROGRAM
Exposure Program
EXPOSURE_TIME
PelTag::EXPOSURE_TIME in PelTag.php
Exposure Time
f
top
$format
PelEntry::$format in PelEntry.php
The PelFormat of this entry.
FILE_SOURCE
PelTag::FILE_SOURCE in PelTag.php
File source.
FILL_ORDER
PelTag::FILL_ORDER in PelTag.php
Fill Orde
FLASH
PelTag::FLASH in PelTag.php
Flash
FLASH_ENERGY
PelTag::FLASH_ENERGY in PelTag.php
Flash energy.
FLASH_PIX_VERSION
Supported Flashpix version
FLOAT
PelFormat::FLOAT in PelFormat.php
Floating point number.
fmt
Pel::fmt() in Pel.php
Translate and format a string.
FNUMBER
PelTag::FNUMBER in PelTag.php
FNumber
FOCAL_LENGTH
PelTag::FOCAL_LENGTH in PelTag.php
Focal Length
FOCAL_LENGTH_IN_35MM_FILM
Focal length in 35mm film.
FOCAL_PLANE_RESOLUTION_UNIT
Focal plane resolution unit.
FOCAL_PLANE_X_RESOLUTION
Focal plane X resolution.
FOCAL_PLANE_Y_RESOLUTION
Focal plane Y resolution.
formatNumber
PelEntrySRational::formatNumber() in PelEntryRational.php
Format a rational number.
formatNumber
PelEntryNumber::formatNumber() in PelEntryNumber.php
Format a number.
formatNumber
PelEntryRational::formatNumber() in PelEntryRational.php
Format a rational number.
g
top
GAIN_CONTROL
PelTag::GAIN_CONTROL in PelTag.php
Gain control.
GAMMA
PelTag::GAMMA in PelTag.php
Gamma.
getByte
PelDataWindow::getByte() in PelDataWindow.php
Return an unsigned byte from the data.
getByteOrder
PelDataWindow::getByteOrder() in PelDataWindow.php
Get the currently used byte order.
getBytes
PelTiff::getBytes() in PelTiff.php
Turn this object into bytes.
getBytes
PelEntry::getBytes() in PelEntry.php
Turn this entry into bytes.
getBytes
PelJpeg::getBytes() in PelJpeg.php
Turn this JPEG object into bytes.
getBytes
PelJpegContent::getBytes() in PelJpegContent.php
Return the bytes of the content.
getBytes
PelJpegComment::getBytes() in PelJpegComment.php
Turn this comment into bytes.
getBytes
PelJpegMarker::getBytes() in PelJpegMarker.php
Turn a JPEG marker into bytes.
getBytes
PelEntryNumber::getBytes() in PelEntryNumber.php
Turn this entry into bytes.
getBytes
PelDataWindow::getBytes() in PelDataWindow.php
Return some or all bytes visible in the window.
getBytes
PelExif::getBytes() in PelExif.php
Produce bytes for the Exif data.
getBytes
PelIfd::getBytes() in PelIfd.php
Turn this directory into bytes.
getClone
PelDataWindow::getClone() in PelDataWindow.php
Make a new data window with the same data as the this window.
getComponents
Return the number of components of this entry.
getDebug
Pel::getDebug() in Pel.php
Get current setting for debug output.
getDescription
PelJpegMarker::getDescription() in PelJpegMarker.php
Returns a description of a JPEG marker.
getEncoding
PelEntryUserComment::getEncoding() in PelEntryUndefined.php
Returns the encoding.
getEntries
PelIfd::getEntries() in PelIfd.php
Returns all entries contained in this IFD.
getEntry
PelIfd::getEntry() in PelIfd.php
Retrieve an entry.
getExceptions
Return list of stored exceptions.
getExif
PelJpeg::getExif() in PelJpeg.php
Get Exif data.
getFormat
PelEntry::getFormat() in PelEntry.php
Return the format of this entry.
getIfd
PelTiff::getIfd() in PelTiff.php
Return the first IFD.
getIfdType
PelEntry::getIfdType() in PelEntry.php
Return the type of IFD which holds this entry.
getIterator
PelIfd::getIterator() in PelIfd.php
Return an iterator for all entries contained in this IFD.
getJPEGQuality
Get current setting for JPEG encoding quality.
getLong
PelDataWindow::getLong() in PelDataWindow.php
Return an unsigned long read from the data.
getName
PelIfd::getName() in PelIfd.php
Get the name of this directory.
getName
PelTag::getName() in PelTag.php
Returns a short name for an Exif tag.
getName
PelFormat::getName() in PelFormat.php
Returns the name of a format.
getName
PelJpegMarker::getName() in PelJpegMarker.php
Return the short name for a marker.
getNextIfd
PelIfd::getNextIfd() in PelIfd.php
Return the IFD pointed to by this directory.
getRational
PelDataWindow::getRational() in PelDataWindow.php
Return an unsigned rational read from the data.
getSByte
PelDataWindow::getSByte() in PelDataWindow.php
Return a signed byte from the data.
getSection
PelJpeg::getSection() in PelJpeg.php
Get a section corresponding to a particular marker.
getSections
PelJpeg::getSections() in PelJpeg.php
Get all sections.
getShort
PelDataWindow::getShort() in PelDataWindow.php
Return an unsigned short read from the data.
getSize
PelFormat::getSize() in PelFormat.php
Return the size of components in a given format.
getSize
PelDataWindow::getSize() in PelDataWindow.php
Get the size of the data window.
getSLong
PelDataWindow::getSLong() in PelDataWindow.php
Return a signed long read from the data.
getSRational
PelDataWindow::getSRational() in PelDataWindow.php
Return a signed rational read from the data.
getSShort
PelDataWindow::getSShort() in PelDataWindow.php
Return a signed short read from the data.
getStrictParsing
Get current setting for strict parsing.
getSubIfd
PelIfd::getSubIfd() in PelIfd.php
Return a sub IFD.
getSubIfds
PelIfd::getSubIfds() in PelIfd.php
Get all sub IFDs.
getTag
PelEntry::getTag() in PelEntry.php
Return the tag of this entry.
getText
PelEntry::getText() in PelEntry.php
Get the value of this entry as text.
getText
PelEntrySRational::getText() in PelEntryRational.php
Get the value of an entry as text.
getText
PelEntryNumber::getText() in PelEntryNumber.php
Get the numeric value of this entry as text.
getText
PelEntryCopyright::getText() in PelEntryAscii.php
Return a text string with the copyright information.
getText
PelEntryAscii::getText() in PelEntryAscii.php
Return the ASCII string of the entry.
getText
Return the string of the entry.
getText
PelEntryRational::getText() in PelEntryRational.php
Get the value of an entry as text.
getText
PelEntryUndefined::getText() in PelEntryUndefined.php
Get the value of this entry as text.
getText
PelEntryVersion::getText() in PelEntryUndefined.php
Return a text string with the version.
getText
PelEntryShort::getText() in PelEntryShort.php
Get the value of an entry as text.
getText
PelEntryUserComment::getText() in PelEntryUndefined.php
Returns the user comment.
getThumbnailData
Returns available thumbnail data.
getTiff
PelExif::getTiff() in PelExif.php
Get the underlying TIFF object.
getTitle
PelTag::getTitle() in PelTag.php
Returns a title for an Exif tag.
getType
PelIfd::getType() in PelIfd.php
Get the type of this directory.
getTypeName
PelIfd::getTypeName() in PelIfd.php
Get the name of an IFD type.
getValidTags
Returns a list of valid tags for this IFD.
getValue
PelEntryAscii::getValue() in PelEntryAscii.php
Return the ASCII string of the entry.
getValue
PelEntry::getValue() in PelEntry.php
Get the value of this entry.
getValue
PelEntryUserComment::getValue() in PelEntryUndefined.php
Returns the user comment.
getValue
PelEntryVersion::getValue() in PelEntryUndefined.php
Return the version held by this entry.
getValue
PelEntryCopyright::getValue() in PelEntryAscii.php
Retrive the copyright information.
getValue
PelEntryNumber::getValue() in PelEntryNumber.php
Return the numeric value held.
getValue
PelEntryUndefined::getValue() in PelEntryUndefined.php
Get the data of this undefined entry.
getValue
Return the string of the entry.
getValue
PelJpegComment::getValue() in PelJpegComment.php
Get the comment.
getValue
PelEntryTime::getValue() in PelEntryAscii.php
Return the timestamp of the entry.
GPS
PelIfd::GPS in PelIfd.php
GPS IFD.
GPS_ALTITUDE
PelTag::GPS_ALTITUDE in PelTag.php
Altitude.
GPS_ALTITUDE_REF
Altitude reference.
GPS_AREA_INFORMATION
Name of GPS area.
GPS_DATE_STAMP
GPS date.
GPS_DEST_BEARING
Bearing of destination.
GPS_DEST_BEARING_REF
Reference for bearing of destination.
GPS_DEST_DISTANCE
Distance to destination.
GPS_DEST_DISTANCE_REF
Reference for distance to destination.
GPS_DEST_LATITUDE
Latitude of destination.
GPS_DEST_LATITUDE_REF
Reference for latitude of destination.
GPS_DEST_LONGITUDE
Longitude of destination.
GPS_DEST_LONGITUDE_REF
Reference for longitude of destination.
GPS_DIFFERENTIAL
GPS differential correction.
GPS_DOP
PelTag::GPS_DOP in PelTag.php
Measurement precision.
GPS_IMG_DIRECTION
Direction of image.
GPS_IMG_DIRECTION_REF
Reference for direction of image.
GPS_INFO_IFD_POINTER
GPS Info IFD Pointer
GPS_LATITUDE
PelTag::GPS_LATITUDE in PelTag.php
Latitude.
GPS_LATITUDE_REF
North or South Latitude.
GPS_LONGITUDE
PelTag::GPS_LONGITUDE in PelTag.php
Longitude.
GPS_LONGITUDE_REF
East or West Longitude.
GPS_MAP_DATUM
PelTag::GPS_MAP_DATUM in PelTag.php
Geodetic survey data used.
GPS_MEASURE_MODE
GPS measurement mode.
GPS_PROCESSING_METHOD
Name of GPS processing method.
GPS_SATELLITES
GPS satellites used for measurement.
GPS_SPEED
PelTag::GPS_SPEED in PelTag.php
Speed of GPS receiver.
GPS_SPEED_REF
PelTag::GPS_SPEED_REF in PelTag.php
Speed unit.
GPS_STATUS
PelTag::GPS_STATUS in PelTag.php
GPS receiver status.
GPS_TIME_STAMP
GPS time (atomic clock).
GPS_TRACK
PelTag::GPS_TRACK in PelTag.php
Direction of movement.
GPS_TRACK_REF
PelTag::GPS_TRACK_REF in PelTag.php
Reference for direction of movement.
GPS_VERSION_ID
GPS tag version.
getIfdType
Get the IFD type associated with the exception.
getTag
Get the tag associated with the exception.
i
top
$ifd_type
PelEntry::$ifd_type in PelEntry.php
Type of IFD containing this tag.
IFD0
PelIfd::IFD0 in PelIfd.php
Main image IFD.
IFD1
PelIfd::IFD1 in PelIfd.php
Thumbnail image IFD.
IMAGE_DESCRIPTION
Image Description
IMAGE_LENGTH
PelTag::IMAGE_LENGTH in PelTag.php
Image length.
IMAGE_UNIQUE_ID
Image unique ID.
IMAGE_WIDTH
PelTag::IMAGE_WIDTH in PelTag.php
Image width.
insertSection
Insert a new section.
INTEROPERABILITY
Interoperability IFD.
INTEROPERABILITY_IFD_POINTER
Interoperability IFD Pointer
INTEROPERABILITY_INDEX
Interoperability index.
INTEROPERABILITY_VERSION
Interoperability version.
INTER_COLOR_PROFILE
Inter Color Profile
IPTC_NAA
PelTag::IPTC_NAA in PelTag.php
IPTC/NAA
isLastIfd
PelIfd::isLastIfd() in PelIfd.php
Check if this is the last IFD.
ISO_SPEED_RATINGS
ISO Speed Ratings
isValid
PelTiff::isValid() in PelTiff.php
Check if data is valid TIFF data.
isValid
PelJpeg::isValid() in PelJpeg.php
Test data to see if it could be a valid JPEG image.
isValid
PelJpegMarker::isValid() in PelJpegMarker.php
Check if a byte is a valid JPEG marker.
isValidTag
PelIfd::isValidTag() in PelIfd.php
Is a given tag valid for this IFD?
j
top
JPEG_INTERCHANGE_FORMAT
Offset to JPEG SOI.
JPEG_INTERCHANGE_FORMAT_LENGTH
Bytes of JPEG data.
JPEG_PROC
PelTag::JPEG_PROC in PelTag.php
JPEGProc
JPG
PelJpegMarker::JPG in PelJpegMarker.php
Extension
JPG0
PelJpegMarker::JPG0 in PelJpegMarker.php
Extension 0
JPG1
PelJpegMarker::JPG1 in PelJpegMarker.php
Extension 1
JPG2
PelJpegMarker::JPG2 in PelJpegMarker.php
Extension 2
JPG3
PelJpegMarker::JPG3 in PelJpegMarker.php
Extension 3
JPG4
PelJpegMarker::JPG4 in PelJpegMarker.php
Extension 4
JPG5
PelJpegMarker::JPG5 in PelJpegMarker.php
Extension 5
JPG6
PelJpegMarker::JPG6 in PelJpegMarker.php
Extension 6
JPG7
PelJpegMarker::JPG7 in PelJpegMarker.php
Extension 7
JPG8
PelJpegMarker::JPG8 in PelJpegMarker.php
Extension 8
JPG9
PelJpegMarker::JPG9 in PelJpegMarker.php
Extension 9
JPG10
PelJpegMarker::JPG10 in PelJpegMarker.php
Extension 10
JPG11
PelJpegMarker::JPG11 in PelJpegMarker.php
Extension 11
JPG12
PelJpegMarker::JPG12 in PelJpegMarker.php
Extension 12
JPG13
PelJpegMarker::JPG13 in PelJpegMarker.php
Extension 13
JULIAN_DAY_COUNT
PelEntryTime::JULIAN_DAY_COUNT in PelEntryAscii.php
Constant denoting a Julian Day Count.
l
top
LIGHT_SOURCE
PelTag::LIGHT_SOURCE in PelTag.php
Light Source
LITTLE_ENDIAN
PelConvert::LITTLE_ENDIAN in PelConvert.php
Little-endian (Intel) byte order.
load
PelJpegComment::load() in PelJpegComment.php
Load and parse data.
load
PelTiff::load() in PelTiff.php
Load TIFF data.
load
PelJpeg::load() in PelJpeg.php
Load data into a JPEG object.
load
PelExif::load() in PelExif.php
Load and parse Exif data.
load
PelIfd::load() in PelIfd.php
Load data into a Image File Directory (IFD).
loadFile
PelJpeg::loadFile() in PelJpeg.php
Load data from a file into a JPEG object.
loadFile
PelTiff::loadFile() in PelTiff.php
Load data from a file into a TIFF object.
LONG
PelFormat::LONG in PelFormat.php
Unsigned long.
longToBytes
PelConvert::longToBytes() in PelConvert.php
Convert an unsigned long into four bytes.
m
top
$max
PelEntryNumber::$max in PelEntryNumber.php
The maximum allowed value.
$min
PelEntryNumber::$min in PelEntryNumber.php
The minimum allowed value.
MAKE
PelTag::MAKE in PelTag.php
Manufacturer
MAKER_NOTE
PelTag::MAKER_NOTE in PelTag.php
Maker Note
MAX_APERTURE_VALUE
Max Aperture Value
maybeThrow
Conditionally throw an exception.
METERING_MODE
PelTag::METERING_MODE in PelTag.php
Metering Mode
MODEL
PelTag::MODEL in PelTag.php
Model
n
top
newEntryFromData
Make a new entry from a bunch of bytes.
numberToBytes
PelEntryShort::numberToBytes() in PelEntryShort.php
Convert a number into bytes.
numberToBytes
PelEntrySShort::numberToBytes() in PelEntryShort.php
Convert a number into bytes.
numberToBytes
PelEntryNumber::numberToBytes() in PelEntryNumber.php
Convert a number into bytes.
numberToBytes
PelEntrySLong::numberToBytes() in PelEntryLong.php
Convert a number into bytes.
numberToBytes
PelEntrySByte::numberToBytes() in PelEntryByte.php
Convert a number into bytes.
numberToBytes
PelEntryLong::numberToBytes() in PelEntryLong.php
Convert a number into bytes.
numberToBytes
PelEntryByte::numberToBytes() in PelEntryByte.php
Convert a number into bytes.
o
top
OECF
PelTag::OECF in PelTag.php
OECF
offsetExists
Does a given tag exist in this IFD?
offsetGet
PelIfd::offsetGet() in PelIfd.php
Retrieve a given tag from this IFD.
offsetSet
PelIfd::offsetSet() in PelIfd.php
Set or update a given tag in this IFD.
offsetUnset
PelIfd::offsetUnset() in PelIfd.php
Unset a given tag in this IFD.
ORIENTATION
PelTag::ORIENTATION in PelTag.php
Orientation of image.
p
top
Pel
Pel in Pel.php
Class with miscellaneous static methods.
PelConvert
PelConvert in PelConvert.php
Conversion functions to and from bytes and integers.
PelDataWindow
PelDataWindow in PelDataWindow.php
The window.
PelEntry
PelEntry in PelEntry.php
Common ancestor class of all PelIfd entries.
PelEntryAscii
PelEntryAscii in PelEntryAscii.php
Class for holding a plain ASCII string.
PelEntryByte
PelEntryByte in PelEntryByte.php
Class for holding unsigned bytes.
PelEntryCopyright
PelEntryCopyright in PelEntryAscii.php
Class for holding copyright information.
PelEntryLong
PelEntryLong in PelEntryLong.php
Class for holding unsigned longs.
PelEntryNumber
PelEntryNumber in PelEntryNumber.php
Class for holding numbers.
PelEntryRational
PelEntryRational in PelEntryRational.php
Class for holding unsigned rational numbers.
PelEntrySByte
PelEntrySByte in PelEntryByte.php
Class for holding signed bytes.
PelEntryShort
PelEntryShort in PelEntryShort.php
Class for holding signed shorts.
PelEntrySLong
PelEntrySLong in PelEntryLong.php
Class for holding signed longs.
PelEntrySRational
PelEntrySRational in PelEntryRational.php
Class for holding signed rational numbers.
PelEntrySShort
PelEntrySShort in PelEntryShort.php
Class for holding signed shorts.
PelEntryTime
PelEntryTime in PelEntryAscii.php
Class for holding a date and time.
PelEntryUndefined
PelEntryUndefined in PelEntryUndefined.php
Class for holding data of any kind.
PelEntryUserComment
PelEntryUserComment in PelEntryUndefined.php
Class for a user comment.
PelEntryVersion
PelEntryVersion in PelEntryUndefined.php
Class to hold version information.
PelEntryWindowsString
PelEntryWindowsString in PelEntryByte.php
Class used to manipulate strings in the format Windows XP uses.
PelExif
PelExif in PelExif.php
Class representing Exif data.
PelFormat
PelFormat in PelFormat.php
Namespace for functions operating on Exif formats.
PelIfd
PelIfd in PelIfd.php
Class representing an Image File Directory (IFD).
PelJpeg
PelJpeg in PelJpeg.php
Class for handling JPEG data.
PelJpegComment
PelJpegComment in PelJpegComment.php
Class representing JPEG comments.
PelJpegContent
PelJpegContent in PelJpegContent.php
Class representing content in a JPEG file.
PelJpegMarker
PelJpegMarker in PelJpegMarker.php
Class with static methods for JPEG markers.
PelTag
PelTag in PelTag.php
Class with static methods for Exif tags.
PelTiff
PelTiff in PelTiff.php
Class for handling TIFF data.
PHOTOMETRIC_INTERPRETATION
Pixel composition.
PIXEL_X_DIMENSION
Valid image width.
PIXEL_Y_DIMENSION
Valid image height.
PLANAR_CONFIGURATION
Image data arrangement.
PRIMARY_CHROMATICITIES
Chromaticities of primaries.
PRINT_IM
PelTag::PRINT_IM in PelTag.php
PrintIM
Pel.php
Pel.php in Pel.php
PelConvert.php
PelConvert.php in PelConvert.php
PelDataWindow.php
PelDataWindow.php in PelDataWindow.php
PelEntry.php
PelEntry.php in PelEntry.php
PelEntryAscii.php
PelEntryAscii.php in PelEntryAscii.php
PelEntryByte.php
PelEntryByte.php in PelEntryByte.php
PelEntryLong.php
PelEntryLong.php in PelEntryLong.php
PelEntryNumber.php
PelEntryNumber.php in PelEntryNumber.php
PelEntryRational.php
PelEntryRational.php in PelEntryRational.php
PelEntryShort.php
PelEntryShort.php in PelEntryShort.php
PelEntryUndefined.php
PelEntryUndefined.php in PelEntryUndefined.php
PelExif.php
PelExif.php in PelExif.php
PelFormat.php
PelFormat.php in PelFormat.php
PelIfd.php
PelIfd.php in PelIfd.php
PelJpeg.php
PelJpeg.php in PelJpeg.php
PelJpegComment.php
PelJpegComment.php in PelJpegComment.php
PelJpegContent.php
PelJpegContent.php in PelJpegContent.php
PelJpegMarker.php
PelJpegMarker.php in PelJpegMarker.php
PelTag.php
PelTag.php in PelTag.php
PelTiff.php
PelTiff.php in PelTiff.php
PelDataWindowOffsetException
PelDataWindowOffsetException in PelDataWindow.php
An exception thrown when an invalid offset is encountered.
PelDataWindowWindowException
PelDataWindowWindowException in PelDataWindow.php
An exception thrown when an invalid window is encountered.
PelEntryException
PelEntryException in PelEntry.php
Exception indicating a problem with an entry.
PelException
PelException in PelException.php
A printf() capable exception.
PelIfdException
PelIfdException in PelIfd.php
Exception indicating a general problem with the IFD.
PelInvalidArgumentException
PelInvalidArgumentException in PelException.php
Exception throw if an invalid argument is passed.
PelInvalidDataException
PelInvalidDataException in PelException.php
Exception throw if invalid data is found.
PelJpegInvalidMarkerException
Exception thrown when an invalid marker is found.
PelOverflowException
PelOverflowException in PelEntryNumber.php
Exception cast when numbers overflow.
PelUnexpectedFormatException
Exception indicating that an unexpected format was found.
PelWrongComponentCountException
Exception indicating that an unexpected number of components was found.
PelException.php
PelException.php in PelException.php
r
top
RATIONAL
PelFormat::RATIONAL in PelFormat.php
Unsigned rational number.
REFERENCE_BLACK_WHITE
Pair of black and white reference values.
RELATED_IMAGE_FILE_FORMAT
Related Image File Format
RELATED_IMAGE_LENGTH
Related Image Length
RELATED_IMAGE_WIDTH
Related Image Width
RELATED_SOUND_FILE
Related audio file.
RESOLUTION_UNIT
Unit of X and Y resolution.
ROWS_PER_STRIP
Rows per Strip
RST0
PelJpegMarker::RST0 in PelJpegMarker.php
Restart 0
RST1
PelJpegMarker::RST1 in PelJpegMarker.php
Restart 1
RST2
PelJpegMarker::RST2 in PelJpegMarker.php
Restart 2
RST3
PelJpegMarker::RST3 in PelJpegMarker.php
Restart 3
RST4
PelJpegMarker::RST4 in PelJpegMarker.php
Restart 4
RST5
PelJpegMarker::RST5 in PelJpegMarker.php
Restart 5
RST6
PelJpegMarker::RST6 in PelJpegMarker.php
Restart 6
RST7
PelJpegMarker::RST7 in PelJpegMarker.php
Restart 7
s
top
SAMPLES_PER_PIXEL
Number of components.
SATURATION
PelTag::SATURATION in PelTag.php
Saturation.
saveFile
PelJpeg::saveFile() in PelJpeg.php
Save the JPEG object as a JPEG image in a file.
SBYTE
PelFormat::SBYTE in PelFormat.php
Signed byte.
SCENE_CAPTURE_TYPE
Scene capture type.
SCENE_TYPE
PelTag::SCENE_TYPE in PelTag.php
Scene type.
SENSING_METHOD
Sensing method.
setByteOrder
PelDataWindow::setByteOrder() in PelDataWindow.php
Change the byte order of the data.
setDebug
Pel::setDebug() in Pel.php
Enable/disable debugging output.
setExif
PelJpeg::setExif() in PelJpeg.php
Set Exif data.
setIfd
PelTiff::setIfd() in PelTiff.php
Set the first IFD.
setIfdType
PelEntry::setIfdType() in PelEntry.php
Update the IFD type.
setJPEGQuality
Set the JPEG encoding quality.
setNextIfd
PelIfd::setNextIfd() in PelIfd.php
Make this directory point to a new directory.
setStrictParsing
Enable/disable strict parsing.
setThumbnail
Set thumbnail data.
setTiff
PelExif::setTiff() in PelExif.php
Change the TIFF information.
setValue
PelJpegComment::setValue() in PelJpegComment.php
Update the value with a new comment.
setValue
PelEntryVersion::setValue() in PelEntryUndefined.php
Set the version held by this entry.
setValue
PelEntryUndefined::setValue() in PelEntryUndefined.php
Set the data of this undefined entry.
setValue
PelEntryTime::setValue() in PelEntryAscii.php
Update the timestamp held by this entry.
setValue
PelEntryUserComment::setValue() in PelEntryUndefined.php
Set the user comment.
setValue
PelEntryAscii::setValue() in PelEntryAscii.php
Give the entry a new ASCII value.
setValue
PelEntry::setValue() in PelEntry.php
Set the value of this entry.
setValue
Give the entry a new value.
setValue
PelEntryCopyright::setValue() in PelEntryAscii.php
Update the copyright information.
setValue
PelEntryNumber::setValue() in PelEntryNumber.php
Change the value.
setValueArray
PelEntryNumber::setValueArray() in PelEntryNumber.php
Change the value.
setWindowSize
PelDataWindow::setWindowSize() in PelDataWindow.php
Adjust the size of the window.
setWindowStart
PelDataWindow::setWindowStart() in PelDataWindow.php
SHARPNESS
PelTag::SHARPNESS in PelTag.php
Sharpness.
SHORT
PelFormat::SHORT in PelFormat.php
Unsigned short.
shortToBytes
PelConvert::shortToBytes() in PelConvert.php
Convert an unsigned short into two bytes.
SHUTTER_SPEED_VALUE
Shutter speed
SLONG
PelFormat::SLONG in PelFormat.php
Signed long.
sLongToBytes
PelConvert::sLongToBytes() in PelConvert.php
Convert a signed long into four bytes.
SOF0
PelJpegMarker::SOF0 in PelJpegMarker.php
Encoding (baseline)
SOF1
PelJpegMarker::SOF1 in PelJpegMarker.php
Encoding (extended sequential)
SOF2
PelJpegMarker::SOF2 in PelJpegMarker.php
Encoding (progressive)
SOF3
PelJpegMarker::SOF3 in PelJpegMarker.php
Encoding (lossless)
SOF5
PelJpegMarker::SOF5 in PelJpegMarker.php
Encoding (differential sequential)
SOF6
PelJpegMarker::SOF6 in PelJpegMarker.php
Encoding (differential progressive)
SOF7
PelJpegMarker::SOF7 in PelJpegMarker.php
Encoding (differential lossless)
SOF9
PelJpegMarker::SOF9 in PelJpegMarker.php
Encoding (extended sequential, arithmetic)
SOF10
PelJpegMarker::SOF10 in PelJpegMarker.php
Encoding (progressive, arithmetic)
SOF11
PelJpegMarker::SOF11 in PelJpegMarker.php
Encoding (lossless, arithmetic)
SOF13
PelJpegMarker::SOF13 in PelJpegMarker.php
Encoding (differential sequential, arithmetic)
SOF14
PelJpegMarker::SOF14 in PelJpegMarker.php
Encoding (differential progressive, arithmetic)
SOF15
PelJpegMarker::SOF15 in PelJpegMarker.php
Encoding (differential lossless, arithmetic)
SOFTWARE
PelTag::SOFTWARE in PelTag.php
Software used.
SOI
PelJpegMarker::SOI in PelJpegMarker.php
Start of image
SOS
PelJpegMarker::SOS in PelJpegMarker.php
Start of scan
SPATIAL_FREQUENCY_RESPONSE
Spatial frequency response.
SPECTRAL_SENSITIVITY
Spectral Sensitivity
SRATIONAL
PelFormat::SRATIONAL in PelFormat.php
Signed rational number.
SSHORT
PelFormat::SSHORT in PelFormat.php
Signed short.
sShortToBytes
PelConvert::sShortToBytes() in PelConvert.php
Convert a signed short into two bytes.
strcmp
PelDataWindow::strcmp() in PelDataWindow.php
String comparison on substrings.
STRIP_BYTE_COUNTS
Strip Byte Count
STRIP_OFFSETS
PelTag::STRIP_OFFSETS in PelTag.php
Strip Offsets
SUBJECT_AREA
PelTag::SUBJECT_AREA in PelTag.php
Subject Area
SUBJECT_DISTANCE
Subject Distance
SUBJECT_DISTANCE_RANGE
Subject distance range.
SUBJECT_LOCATION
Subject location.
SUB_SEC_TIME
PelTag::SUB_SEC_TIME in PelTag.php
SubSec Time
SUB_SEC_TIME_DIGITIZED
SubSec Time Digitized
SUB_SEC_TIME_ORIGINAL
SubSec Time Original
t
top
$tag
PelEntry::$tag in PelEntry.php
The PelTag of this entry.
TIFF_HEADER
PelTiff::TIFF_HEADER in PelTiff.php
TIFF header.
tra
Pel::tra() in Pel.php
Translate a string.
TRANSFER_FUNCTION
Transfer function.
TRANSFER_RANGE
Transfer Range
$tag
PelEntryException::$tag in PelEntry.php
The tag of the entry (if known).
$type
PelEntryException::$type in PelEntry.php
The IFD type (if known).
u
top
UNDEFINED
PelFormat::UNDEFINED in PelFormat.php
Undefined byte.
UNIX_TIMESTAMP
PelEntryTime::UNIX_TIMESTAMP in PelEntryAscii.php
Constant denoting a UNIX timestamp.
USER_COMMENT
PelTag::USER_COMMENT in PelTag.php
User Comment
v
top
$value
PelEntryNumber::$value in PelEntryNumber.php
The value held by this entry.
validateNumber
PelEntryNumber::validateNumber() in PelEntryNumber.php
Validate a number.
w
top
warning
Pel::warning() in Pel.php
Conditionally output a warning.
WHITE_BALANCE
PelTag::WHITE_BALANCE in PelTag.php
White balance.
WHITE_POINT
PelTag::WHITE_POINT in PelTag.php
White point chromaticity.
x
top
XP_AUTHOR
PelTag::XP_AUTHOR in PelTag.php
Windows XP Author
XP_COMMENT
PelTag::XP_COMMENT in PelTag.php
Windows XP Comment
XP_KEYWORDS
PelTag::XP_KEYWORDS in PelTag.php
Windows XP Keywords
XP_SUBJECT
PelTag::XP_SUBJECT in PelTag.php
Windows XP Subject
XP_TITLE
PelTag::XP_TITLE in PelTag.php
Windows XP Title
X_RESOLUTION
PelTag::X_RESOLUTION in PelTag.php
Image resolution in width direction.
y
top
YCBCR_COEFFICIENTS
Color space transformation matrix coefficients.
YCBCR_POSITIONING
Y and C positioning.
YCBCR_SUB_SAMPLING
Subsampling ratio of Y to C.
Y_RESOLUTION
PelTag::Y_RESOLUTION in PelTag.php
Image resolution in height direction.
a b c d e f g i j l m n o p r s t u v w x y _