Uses of Class
com.twelvemonkeys.image.ImageConversionException
Packages that use ImageConversionException
-
Uses of ImageConversionException in com.twelvemonkeys.image
Fields in com.twelvemonkeys.image declared as ImageConversionExceptionModifier and TypeFieldDescriptionprivate ImageConversionException
BufferedImageFactory.consumerException
Methods in com.twelvemonkeys.image that throw ImageConversionExceptionModifier and TypeMethodDescriptionprivate void
BufferedImageFactory.doFetch
(boolean colorModelOnly) BufferedImageFactory.getBufferedImage()
Returns theBufferedImage
extracted from the givenImageSource
.BufferedImageFactory.getColorModel()
Returns theColorModel
extracted from the givenImageSource
.static IndexColorModel
IndexImage.getIndexColorModel
(Image pImage, int pNumberOfColors, int pHints) Gets anIndexColorModel
from the given image.static BufferedImage
IndexImage.getIndexedImage
(BufferedImage pImage, Image pPalette, Color pMatte, int pHints) Converts the input image (must beTYPE_INT_RGB
orTYPE_INT_ARGB
) to an indexed image.