Package | Description |
---|---|
com.drew.imaging.jpeg |
Contains classes for working with JPEG files.
|
com.drew.tools |
Contains classes used internally by the library, that should not be used in client code and is not included in
distributions.
|
Modifier and Type | Method and Description |
---|---|
static JpegSegmentData |
JpegSegmentReader.readSegments(java.io.File file,
java.lang.Iterable<JpegSegmentType> segmentTypes)
Processes the provided JPEG data, and extracts the specified JPEG segments into a
JpegSegmentData object. |
static JpegSegmentData |
JpegSegmentReader.readSegments(SequentialReader reader,
java.lang.Iterable<JpegSegmentType> segmentTypes)
Processes the provided JPEG data, and extracts the specified JPEG segments into a
JpegSegmentData object. |
Modifier and Type | Method and Description |
---|---|
static void |
JpegMetadataReader.processJpegSegmentData(Metadata metadata,
java.lang.Iterable<JpegSegmentMetadataReader> readers,
JpegSegmentData segmentData) |
Modifier and Type | Method and Description |
---|---|
static void |
ExtractJpegSegmentTool.saveSegmentFiles(java.lang.String jpegFilePath,
JpegSegmentData segmentData) |