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 JPEGColorSpaceJPEGImageReader. getSourceCSType(JFIF jfif, AdobeDCT adobeDCT, Frame startOfFrame)static JPEGColorSpaceJPEGColorSpace. 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 booleanJPEGImageReader. delegateCSTypeMismatch(JFIF jfif, AdobeDCT adobeDCT, Frame startOfFrame, JPEGColorSpace sourceCSType)private java.awt.image.BufferedImageJPEGImageReader. readImageAsRasterAndReplaceColorProfile(int imageIndex, javax.imageio.ImageReadParam param, Frame startOfFrame, JPEGColorSpace csType, java.awt.color.ICC_Profile profile)
-