| Package | Description |
|---|---|
| com.twelvemonkeys.imageio.metadata.jpeg |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<JPEGSegment> |
JPEGSegmentUtil.readSegments(javax.imageio.stream.ImageInputStream stream,
int marker,
java.lang.String identifier)
Reads the requested JPEG segments from the stream.
|
static java.util.List<JPEGSegment> |
JPEGSegmentUtil.readSegments(javax.imageio.stream.ImageInputStream stream,
java.util.Map<java.lang.Integer,java.util.List<java.lang.String>> segmentIdentifiers)
Reads the requested JPEG segments from the stream.
|
| Modifier and Type | Method and Description |
|---|---|
static float |
JPEGQuality.getJPEGQuality(java.util.List<JPEGSegment> segments)
Determines an approximate JPEG compression quality value from the quantization tables.
|
static javax.imageio.plugins.jpeg.JPEGQTable[] |
JPEGQuality.getQTables(java.util.List<JPEGSegment> segments) |
Copyright © 2018. All Rights Reserved.