Uses of Class
com.twelvemonkeys.imageio.plugins.jpeg.JPEGColorSpace
-
Packages that use JPEGColorSpace Package Description com.twelvemonkeys.imageio.plugins.jpeg -
-
Uses of JPEGColorSpace in com.twelvemonkeys.imageio.plugins.jpeg
Methods in com.twelvemonkeys.imageio.plugins.jpeg that return JPEGColorSpace Modifier and Type Method Description (package private) static JPEGColorSpace
JPEGImageReader. getSourceCSType(JFIF jfif, AdobeDCT adobeDCT, Frame startOfFrame)
static JPEGColorSpace
JPEGColorSpace. valueOf(java.lang.String name)
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 JPEGColorSpace Modifier and Type Method Description private boolean
JPEGImageReader. delegateCSTypeMismatch(JFIF jfif, AdobeDCT adobeDCT, Frame startOfFrame, JPEGColorSpace sourceCSType)
private java.awt.image.BufferedImage
JPEGImageReader. readImageAsRasterAndReplaceColorProfile(int imageIndex, javax.imageio.ImageReadParam param, Frame startOfFrame, JPEGColorSpace csType, java.awt.color.ICC_Profile profile)
-