Uses of Enum
com.twelvemonkeys.imageio.plugins.jpeg.JPEGColorSpace
Packages that use JPEGColorSpace
-
Uses of JPEGColorSpace in com.twelvemonkeys.imageio.plugins.jpeg
Methods in com.twelvemonkeys.imageio.plugins.jpeg that return JPEGColorSpaceModifier and TypeMethodDescription(package private) static JPEGColorSpace
JPEGImageReader.getSourceCSType
(JFIF jfif, AdobeDCT adobeDCT, Frame startOfFrame) static JPEGColorSpace
Returns the enum constant of this type with the specified name.static JPEGColorSpace[]
JPEGColorSpace.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twelvemonkeys.imageio.plugins.jpeg with parameters of type JPEGColorSpaceModifier and TypeMethodDescriptionprivate boolean
JPEGImageReader.delegateCSTypeMismatch
(JFIF jfif, AdobeDCT adobeDCT, Frame startOfFrame, JPEGColorSpace sourceCSType) private BufferedImage
JPEGImageReader.readImageAsRasterAndReplaceColorProfile
(int imageIndex, ImageReadParam param, Frame startOfFrame, JPEGColorSpace csType, ICC_Profile profile)