Uses of Class
com.twelvemonkeys.imageio.metadata.jpeg.JPEGSegment
-
Packages that use JPEGSegment Package Description com.twelvemonkeys.imageio.metadata.jpeg -
-
Uses of JPEGSegment in com.twelvemonkeys.imageio.metadata.jpeg
Methods in com.twelvemonkeys.imageio.metadata.jpeg that return types with arguments of type JPEGSegment Modifier and Type Method 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.Method parameters in com.twelvemonkeys.imageio.metadata.jpeg with type arguments of type JPEGSegment Modifier and Type Method Description static floatJPEGQuality. 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)
-