Uses of Class
com.twelvemonkeys.imageio.metadata.jpeg.JPEGSegment
Packages that use JPEGSegment
Package
Description
-
Uses of JPEGSegment in com.twelvemonkeys.imageio.metadata.jpeg
Methods in com.twelvemonkeys.imageio.metadata.jpeg that return JPEGSegmentModifier and TypeMethodDescription(package private) static JPEGSegment
JPEGSegmentUtil.readSegment
(ImageInputStream stream, Map<Integer, List<String>> segmentIdentifiers) 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.Methods in com.twelvemonkeys.imageio.metadata.jpeg with parameters of type JPEGSegmentModifier and TypeMethodDescriptionprivate static boolean
JPEGSegmentUtil.containsSafe
(JPEGSegment segment, Map<Integer, List<String>> segmentIdentifiers) private static boolean
JPEGSegmentUtil.isImageDone
(JPEGSegment segment) private static boolean
JPEGSegmentUtil.isRequested
(JPEGSegment segment, Map<Integer, List<String>> segmentIdentifiers) 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) private static int[][]
JPEGQuality.getQuantizationTables
(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 -
Uses of JPEGSegment in com.twelvemonkeys.imageio.plugins.tiff
Fields in com.twelvemonkeys.imageio.plugins.tiff with type parameters of type JPEGSegment