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