Class Tiff4TagConstants

java.lang.Object
org.apache.commons.imaging.formats.tiff.constants.Tiff4TagConstants

public final class Tiff4TagConstants extends Object
Tags in TIFF4 but NOT in TIFF6.
http://cool.conservation-us.org/bytopic/imaging/std/tiff4.html
  • Field Details

    • TIFF_TAG_COLOR_RESPONSE_UNIT

      public static final TagInfoShort TIFF_TAG_COLOR_RESPONSE_UNIT
    • COLOR_RESPONSE_UNIT_VALUE_0_1

      public static final int COLOR_RESPONSE_UNIT_VALUE_0_1
      See Also:
    • COLOR_RESPONSE_UNIT_VALUE_0_01

      public static final int COLOR_RESPONSE_UNIT_VALUE_0_01
      See Also:
    • COLOR_RESPONSE_UNIT_VALUE_0_001

      public static final int COLOR_RESPONSE_UNIT_VALUE_0_001
      See Also:
    • COLOR_RESPONSE_UNIT_VALUE_0_0001

      public static final int COLOR_RESPONSE_UNIT_VALUE_0_0001
      See Also:
    • COLOR_RESPONSE_UNIT_VALUE_0_00001

      public static final int COLOR_RESPONSE_UNIT_VALUE_0_00001
      See Also:
    • ALL_TIFF_4_TAGS

      public static final List<TagInfo> ALL_TIFF_4_TAGS
  • Constructor Details

    • Tiff4TagConstants

      private Tiff4TagConstants()