Uses of Class
com.twelvemonkeys.imageio.metadata.jpeg.JPEGSegment
-
Packages that use JPEGSegment Package Description com.twelvemonkeys.imageio.metadata.jpeg com.twelvemonkeys.imageio.plugins.jpeg com.twelvemonkeys.imageio.plugins.tiff -
-
Uses of JPEGSegment in com.twelvemonkeys.imageio.metadata.jpeg
Methods in com.twelvemonkeys.imageio.metadata.jpeg that return JPEGSegment Modifier and Type Method Description (package private) static JPEGSegment
JPEGSegmentUtil. readSegment(javax.imageio.stream.ImageInputStream stream, java.util.Map<java.lang.Integer,java.util.List<java.lang.String>> segmentIdentifiers)
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.Methods in com.twelvemonkeys.imageio.metadata.jpeg with parameters of type JPEGSegment Modifier and Type Method Description private static boolean
JPEGSegmentUtil. containsSafe(JPEGSegment segment, java.util.Map<java.lang.Integer,java.util.List<java.lang.String>> segmentIdentifiers)
private static boolean
JPEGSegmentUtil. isImageDone(JPEGSegment segment)
private static boolean
JPEGSegmentUtil. isRequested(JPEGSegment segment, java.util.Map<java.lang.Integer,java.util.List<java.lang.String>> segmentIdentifiers)
Method parameters in com.twelvemonkeys.imageio.metadata.jpeg with type arguments of type JPEGSegment Modifier and Type Method 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)
private static int[][]
JPEGQuality. getQuantizationTables(java.util.List<JPEGSegment> dqtSegments)
-
Uses of JPEGSegment in com.twelvemonkeys.imageio.plugins.jpeg
Methods in com.twelvemonkeys.imageio.plugins.jpeg that return types with arguments of type JPEGSegment Modifier and Type Method Description private java.util.List<JPEGSegment>
JPEGImageReader. readSegments()
-
Uses of JPEGSegment in com.twelvemonkeys.imageio.plugins.tiff
Fields in com.twelvemonkeys.imageio.plugins.tiff with type parameters of type JPEGSegment Modifier and Type Field Description private java.util.List<JPEGSegment>
JPEGTables. segments
-