Uses of Enum
org.apache.commons.imaging.ImageInfo.ColorType
Packages that use ImageInfo.ColorType
-
Uses of ImageInfo.ColorType in org.apache.commons.imaging
Methods in org.apache.commons.imaging that return ImageInfo.ColorTypeModifier and TypeMethodDescriptionImageInfo.getColorType()
Returns theImageInfo.ColorType
of the image.static ImageInfo.ColorType
Returns the enum constant of this type with the specified name.static ImageInfo.ColorType[]
ImageInfo.ColorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.imaging with parameters of type ImageInfo.ColorTypeModifierConstructorDescriptionImageInfo
(String formatDetails, int bitsPerPixel, List<String> comments, ImageFormat format, String formatName, int height, String mimeType, int numberOfImages, int physicalHeightDpi, float physicalHeightInch, int physicalWidthDpi, float physicalWidthInch, int width, boolean progressive, boolean transparent, boolean usesPalette, ImageInfo.ColorType colorType, ImageInfo.CompressionAlgorithm compressionAlgorithm)