Package com.drew.metadata.bmp
Class BmpHeaderDescriptor
- Author:
- Drew Noakes https://drewnoakes.com, Nadahar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringformatFixed1616(int value) static StringformatFixed1616(long value) static StringformatFixed1616(Integer value) static StringformatFixed1616(Long value) static StringformatHex(int value, int digits) static StringformatHex(long value, int digits) static Stringstatic StringgetDescription(int tagType) Returns a descriptive value of the specified tag for this image.Methods inherited from class com.drew.metadata.TagDescriptor
convertBytesToVersionString
-
Constructor Details
-
BmpHeaderDescriptor
-
-
Method Details
-
getDescription
Description copied from class:TagDescriptorReturns a descriptive value of the specified tag for this image. Where possible, known values will be substituted here in place of the raw tokens actually kept in the metadata segment. If no substitution is available, the value provided bygetString(tagType)will be returned.- Overrides:
getDescriptionin classTagDescriptor<BmpHeaderDirectory>- Parameters:
tagType- the tag to find a description for- Returns:
- a description of the image's value for the specified tag, or
nullif the tag hasn't been defined.
-
getBitmapTypeDescription
-
getCompressionDescription
-
getRenderingDescription
-
getColorEncodingDescription
-
getColorSpaceTypeDescription
-
getRenderingIntentDescription
-
formatHex
-
formatHex
-
formatHex
-
formatHex
-
formatFixed1616
-
formatFixed1616
-
formatFixed1616
-
formatFixed1616
-