Class DDSImageMetadata
java.lang.Object
javax.imageio.metadata.IIOMetadata
com.twelvemonkeys.imageio.AbstractMetadata
com.twelvemonkeys.imageio.StandardImageMetadataSupport
com.twelvemonkeys.imageio.plugins.dds.DDSImageMetadata
- All Implemented Interfaces:
Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from class StandardImageMetadataSupport
StandardImageMetadataSupport.Builder, StandardImageMetadataSupport.ColorSpaceType, StandardImageMetadataSupport.ImageOrientation, StandardImageMetadataSupport.PlanarConfiguration, StandardImageMetadataSupport.SubimageInterpretation, StandardImageMetadataSupport.TextEntry -
Field Summary
Fields inherited from class StandardImageMetadataSupport
blackIsZero, colorSpaceType, compressionLossless, compressionName, formatVersion, orientation, pixelAspectRatio, planarConfiguration, subimageInterpretation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static int[]bitsPerSample(DDSType type) private static StringcompressionName(DDSType type) private static intcountMaskBits(int mask) Methods inherited from class StandardImageMetadataSupport
booleanString, builder, getStandardChromaNode, getStandardCompressionNode, getStandardDataNode, getStandardDimensionNode, getStandardDocumentNode, getStandardTextNode, getStandardTransparencyNodeMethods inherited from class AbstractMetadata
assertMutable, getAsTree, getNativeTree, isReadOnly, mergeTree, reset, toListString, validateFormatNameMethods inherited from class IIOMetadata
activateController, getController, getDefaultController, getExtraMetadataFormatNames, getMetadataFormat, getMetadataFormatNames, getNativeMetadataFormatName, getStandardTileNode, getStandardTree, hasController, isStandardMetadataFormatSupported, setController, setFromTree
-
Constructor Details
-
DDSImageMetadata
DDSImageMetadata(ImageTypeSpecifier specifier, DDSType type)
-
-
Method Details
-
compressionName
-
bitsPerSample
-
countMaskBits
private static int countMaskBits(int mask)
-