Class with static methods for JPEG markers.
This class defines the constants to be used whenever one refers to a JPEG marker. All the methods defined are static, and they all operate on one argument which should be one of the class constants. They will all be denoted by PelJpegMarker in the documentation.
Located in /src/PelJpegMarker.php (line 54)
Returns a description of a JPEG marker.
Check if a byte is a valid JPEG marker.
Application segment 0
Application segment 1
When a JPEG image contains Exif data, the data will normally be stored in this section and a call to PelJpeg::getExif() will return a PelExif object representing it.
Application segment 2
Application segment 3
Application segment 4
Application segment 5
Application segment 6
Application segment 7
Application segment 8
Application segment 9
Application segment 10
Application segment 11
Application segment 12
Application segment 13
Application segment 14
Application segment 15
Comment
Define arithmetic coding conditioning
Define hierarchical progression
Define Huffman table
Define number of lines
Define quantization table
Define restart interval
End of image
Expand reference component
Extension
Extension 0
Extension 1
Extension 2
Extension 3
Extension 4
Extension 5
Extension 6
Extension 7
Extension 8
Extension 9
Extension 10
Extension 11
Extension 12
Extension 13
Restart 0
Restart 1
Restart 2
Restart 3
Restart 4
Restart 5
Restart 6
Restart 7
Encoding (baseline)
Encoding (extended sequential)
Encoding (progressive)
Encoding (lossless)
Encoding (differential sequential)
Encoding (differential progressive)
Encoding (differential lossless)
Encoding (extended sequential, arithmetic)
Encoding (progressive, arithmetic)
Encoding (lossless, arithmetic)
Encoding (differential sequential, arithmetic)
Encoding (differential progressive, arithmetic)
Encoding (differential lossless, arithmetic)
Start of image
Start of scan
Documentation generated on Thu, 05 May 2011 07:19:22 +0200 by phpDocumentor 1.4.3