Class MetadataExtractor.BmpHeaderDescriptor

    • Method Detail

      • getDescription

        public java.lang.String getDescription​(int tagType)
        Description copied from class: MetadataExtractor.TagDescriptor
        Returns 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 by getString(tagType) will be returned.
        Overrides:
        getDescription in class MetadataExtractor.TagDescriptor<MetadataExtractor.BmpHeaderDirectory>
        Parameters:
        tagType - the tag to find a description for
        Returns:
        a description of the image's value for the specified tag, or null if the tag hasn't been defined.
      • getBitmapTypeDescription

        public java.lang.String getBitmapTypeDescription()
      • getCompressionDescription

        public java.lang.String getCompressionDescription()
      • getRenderingDescription

        public java.lang.String getRenderingDescription()
      • getColorEncodingDescription

        public java.lang.String getColorEncodingDescription()
      • getColorSpaceTypeDescription

        public java.lang.String getColorSpaceTypeDescription()
      • getRenderingIntentDescription

        public java.lang.String getRenderingIntentDescription()
      • formatHex

        public java.lang.String formatHex​(java.lang.Integer value,
                                          int digits)
      • formatHex

        public java.lang.String formatHex​(int value,
                                          int digits)
      • formatHex

        public java.lang.String formatHex​(java.lang.Long value,
                                          int digits)
      • formatHex

        public java.lang.String formatHex​(long value,
                                          int digits)
      • formatFixed1616

        public java.lang.String formatFixed1616​(java.lang.Integer value)
      • formatFixed1616

        public java.lang.String formatFixed1616​(int value)
      • formatFixed1616

        public java.lang.String formatFixed1616​(java.lang.Long value)
      • formatFixed1616

        public java.lang.String formatFixed1616​(long value)