Uses of Class
com.twelvemonkeys.imageio.metadata.jpeg.JPEGSegment
Packages that use JPEGSegment
-
Uses of JPEGSegment in com.twelvemonkeys.imageio.metadata.jpeg
Methods in com.twelvemonkeys.imageio.metadata.jpeg that return types with arguments of type JPEGSegmentModifier and TypeMethodDescriptionstatic 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.Method parameters in com.twelvemonkeys.imageio.metadata.jpeg with type arguments of type JPEGSegmentModifier and TypeMethodDescriptionstatic float
JPEGQuality.getJPEGQuality
(List<JPEGSegment> segments) Determines an approximate JPEG compression quality value from the quantization tables.static JPEGQTable[]
JPEGQuality.getQTables
(List<JPEGSegment> segments)