- main(String[]) - Static method in class com.pixelmed.codec.jpeg.Parse
-
Test utility to read and write a JPEG file to check parsing is sound.
- main(String[]) - Static method in class com.pixelmed.imageio.TestImageIO
-
- Markers - Class in com.pixelmed.codec.jpeg
-
A class containing static definitions of JPEG marker segments and related methods.
- Markers() - Constructor for class com.pixelmed.codec.jpeg.Markers
-
- MarkerSegmentAPP0JFIF - Class in com.pixelmed.codec.jpeg
-
A JPEG APP0 JFIF Marker Segment.
- MarkerSegmentAPP0JFIF(byte[], int) - Constructor for class com.pixelmed.codec.jpeg.MarkerSegmentAPP0JFIF
-
- MarkerSegmentDHT - Class in com.pixelmed.codec.jpeg
-
A JPEG DHT Marker Segment.
- MarkerSegmentDHT(byte[], int) - Constructor for class com.pixelmed.codec.jpeg.MarkerSegmentDHT
-
- MarkerSegmentDQT - Class in com.pixelmed.codec.jpeg
-
A JPEG DQT Marker Segment.
- MarkerSegmentDQT(byte[], int) - Constructor for class com.pixelmed.codec.jpeg.MarkerSegmentDQT
-
- MarkerSegmentsFoundDuringParse(MarkerSegmentSOS, MarkerSegmentSOF, Map<String, HuffmanTable>, Map<String, QuantizationTable>) - Constructor for class com.pixelmed.codec.jpeg.Parse.MarkerSegmentsFoundDuringParse
-
- MarkerSegmentSOF - Class in com.pixelmed.codec.jpeg
-
A JPEG SOF Marker Segment.
- MarkerSegmentSOF(int, byte[], int) - Constructor for class com.pixelmed.codec.jpeg.MarkerSegmentSOF
-
- MarkerSegmentSOS - Class in com.pixelmed.codec.jpeg
-
A JPEG SOS Marker Segment.
- MarkerSegmentSOS(byte[], int) - Constructor for class com.pixelmed.codec.jpeg.MarkerSegmentSOS
-
- mergeTree(String, Node) - Method in class com.pixelmed.imageio.JPEGLosslessMetadata
-