- canUseCacheFile() - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStreamSpi
-
- canUseCacheFile() - Method in class com.twelvemonkeys.imageio.stream.BufferedInputStreamImageInputStreamSpi
-
- canUseCacheFile() - Method in class com.twelvemonkeys.imageio.stream.BufferedRAFImageInputStreamSpi
-
- canUseCacheFile() - Method in class com.twelvemonkeys.imageio.stream.URLImageInputStreamSpi
-
- checkBounds(int) - Method in class com.twelvemonkeys.imageio.ImageReaderBase
-
Convenience method to make sure image index is within bounds.
- CIELabColorConverter - Class in com.twelvemonkeys.imageio.color
-
Converts between CIE L*a*b* and sRGB color spaces.
- CIELabColorConverter(CIELabColorConverter.Illuminant) - Constructor for class com.twelvemonkeys.imageio.color.CIELabColorConverter
-
- CIELabColorConverter.Illuminant - Enum in com.twelvemonkeys.imageio.color
-
- close() - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStream
-
Deprecated.
- close() - Method in class com.twelvemonkeys.imageio.stream.BufferedImageInputStream
-
Deprecated.
- close() - Method in class com.twelvemonkeys.imageio.stream.DirectImageInputStream
-
- ColorProfiles - Class in com.twelvemonkeys.imageio.color
-
A helper class for working with ICC color profiles.
- ColorSpaces - Class in com.twelvemonkeys.imageio.color
-
A helper class for working with ICC color profiles and color spaces.
- colorSpaceType - Variable in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
-
- com.twelvemonkeys.imageio - package com.twelvemonkeys.imageio
-
- com.twelvemonkeys.imageio.color - package com.twelvemonkeys.imageio.color
-
- com.twelvemonkeys.imageio.spi - package com.twelvemonkeys.imageio.spi
-
Provides helper classes for service provider implementations.
- com.twelvemonkeys.imageio.stream - package com.twelvemonkeys.imageio.stream
-
Provides various additional stream implementations.
- com.twelvemonkeys.imageio.util - package com.twelvemonkeys.imageio.util
-
Provides various common utilities for reading and writing images.
- compressionLossless - Variable in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
-
- compressionName - Variable in class com.twelvemonkeys.imageio.StandardImageMetadataSupport
-
- convertJPEGYCbCr2RGB(byte[], byte[], int) - Static method in class com.twelvemonkeys.imageio.color.YCbCrConverter
-
- convertRec601YCbCr2RGB(byte[], byte[], int) - Static method in class com.twelvemonkeys.imageio.color.YCbCrConverter
-
- convertStreamMetadata(IIOMetadata, ImageWriteParam) - Method in class com.twelvemonkeys.imageio.ImageWriterBase
-
Returns null
- convertYCbCr2RGB(byte[], byte[], double[], double[], int) - Static method in class com.twelvemonkeys.imageio.color.YCbCrConverter
-
- createBanded(ColorSpace, int[], int[], int, boolean, boolean) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
-
- createColorSpace(ICC_Profile) - Static method in class com.twelvemonkeys.imageio.color.ColorSpaces
-
Creates an ICC color space from the given ICC color profile.
- createCompatibleSampleModel(int, int) - Method in class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
-
- createCompatibleWritableRaster(int, int) - Method in class com.twelvemonkeys.imageio.color.DiscreteAlphaIndexColorModel
-
- createDiscreteAlphaIndexedFromIndexColorModel(IndexColorModel) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
-
- createDiscreteExtraSamplesIndexedFromIndexColorModel(IndexColorModel, int, boolean) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
-
- createFromBufferedImageType(int) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
-
- createFromIndexColorModel(IndexColorModel) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
-
- createFromRenderedImage(RenderedImage) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
-
- createGrayscale(int, int) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
-
- createGrayscale(int, int, boolean) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
-
- createIndexed(byte[], byte[], byte[], byte[], int, int) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
-
- createIndexed(int[], boolean, int, int, int) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
-
- createInputStreamInstance(Object, boolean, File) - Method in class com.twelvemonkeys.imageio.stream.BufferedFileImageInputStreamSpi
-
- createInputStreamInstance(Object, boolean, File) - Method in class com.twelvemonkeys.imageio.stream.BufferedInputStreamImageInputStreamSpi
-
- createInputStreamInstance(Object, boolean, File) - Method in class com.twelvemonkeys.imageio.stream.BufferedRAFImageInputStreamSpi
-
- createInputStreamInstance(Object, boolean, File) - Method in class com.twelvemonkeys.imageio.stream.ByteArrayImageInputStreamSpi
-
- createInputStreamInstance(Object, boolean, File) - Method in class com.twelvemonkeys.imageio.stream.URLImageInputStreamSpi
-
- createInterleaved(ColorSpace, int[], int, boolean, boolean) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
-
- createPacked(ColorSpace, int, int, int, int, int, boolean) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
-
- createPackedGrayscale(ColorSpace, int, int) - Static method in class com.twelvemonkeys.imageio.util.ImageTypeSpecifiers
-
- createProfile(byte[]) - Static method in class com.twelvemonkeys.imageio.color.ColorProfiles
-
Reads an ICC Profile from the given byte array, with extra validation.
- createProfileRaw(byte[]) - Static method in class com.twelvemonkeys.imageio.color.ColorProfiles
-
Creates an ICC Profile from the given byte array, as-is, with no validation.
- createStreamAdapter(ImageInputStream) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
-
Creates an InputStream
adapter that reads from an underlying ImageInputStream
.
- createStreamAdapter(ImageInputStream, long) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
-
Creates an InputStream
adapter that reads from an underlying ImageInputStream
.
- createStreamAdapter(ImageOutputStream) - Static method in class com.twelvemonkeys.imageio.util.IIOUtil
-
Creates an OutputStream
adapter that writes to an underlying ImageOutputStream
.
- CS_ADOBE_RGB_1998 - Static variable in class com.twelvemonkeys.imageio.color.ColorSpaces
-
The Adobe RGB 1998 (or compatible) color space.
- CS_GENERIC_CMYK - Static variable in class com.twelvemonkeys.imageio.color.ColorSpaces
-
A best-effort "generic" CMYK color space.
- validateFormatName(String) - Method in class com.twelvemonkeys.imageio.AbstractMetadata
-
- validateProfile(ICC_Profile) - Static method in class com.twelvemonkeys.imageio.color.ColorProfiles
-
Tests whether an ICC color profile is valid.
- validateProfile(ICC_Profile) - Static method in class com.twelvemonkeys.imageio.color.ColorSpaces
-
- valueOf(String) - Static method in enum com.twelvemonkeys.imageio.color.CIELabColorConverter.Illuminant
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.twelvemonkeys.imageio.StandardImageMetadataSupport.ColorSpaceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.twelvemonkeys.imageio.StandardImageMetadataSupport.ImageOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.twelvemonkeys.imageio.StandardImageMetadataSupport.PlanarConfiguration
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.twelvemonkeys.imageio.StandardImageMetadataSupport.SubimageInterpretation
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.twelvemonkeys.imageio.color.CIELabColorConverter.Illuminant
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.twelvemonkeys.imageio.StandardImageMetadataSupport.ColorSpaceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.twelvemonkeys.imageio.StandardImageMetadataSupport.ImageOrientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.twelvemonkeys.imageio.StandardImageMetadataSupport.PlanarConfiguration
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.twelvemonkeys.imageio.StandardImageMetadataSupport.SubimageInterpretation
-
Returns an array containing the constants of this enum type, in
the order they are declared.