[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ i ] [ j ] [ r ] [ s ] [ _ ]

i

Image_JpegMarkerReader
in file JpegMarkerReader.php, class Image_JpegMarkerReader
    Read markers from a JPEG file with reasonable efficiency.
Image_JpegMarkerReaderDamagedException
in file JpegMarkerReader.php, class Image_JpegMarkerReaderDamagedException
    Thrown when the file does not contain a valid JPEG data stream.
Image_JpegMarkerReaderOpenException
in file JpegMarkerReader.php, class Image_JpegMarkerReaderOpenException
    Thrown when the file cannot be opened.
isAtImageData
in file JpegMarkerReader.php, method Image_JpegMarkerReader::isAtImageData()
    Returns true if the start of the entropy-coded image data
isEof
in file JpegMarkerReader.php, method Image_JpegMarkerReader::isEof()
    Returns true if the end of the file has been encountered
top

j

JpegMarkerReader.php
procedural page JpegMarkerReader.php
top

r

readMarker
in file JpegMarkerReader.php, method Image_JpegMarkerReader::readMarker()
    Locates and returns the next instance of the desired marker type
readNextMarker
in file JpegMarkerReader.php, method Image_JpegMarkerReader::readNextMarker()
    Reads and returns the next marker, regardless of marker type
top

s

setReadPastImageData
in file JpegMarkerReader.php, method Image_JpegMarkerReader::setReadPastImageData()
    By default, Image_JpegMarkerReader will return the SOS marker (0xDA) as the last marker and begin indicating EOF at that point.
top

_

__construct
in file JpegMarkerReader.php, method Image_JpegMarkerReaderDamagedException::__construct()
    Creates an exception object indicating that the stream was inconsistent with the JPEG specification.
__construct
in file JpegMarkerReader.php, method Image_JpegMarkerReader::__construct()
    Creates a new Image_JpegMarkerReader object which will read from the specified file
__construct
in file JpegMarkerReader.php, method Image_JpegMarkerReaderOpenException::__construct()
    Creates an exception object indicating that the file could not be opened.
__destruct
in file JpegMarkerReader.php, method Image_JpegMarkerReader::__destruct()
    Automatically closes the file, if it is open
top

Documentation generated on Mon, 11 Mar 2019 15:23:31 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.