Class DcfTagConstants

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

public final class DcfTagConstants extends Object
Design rule for Camera Filesystem
http://www.exif.org/dcf.PDF
  • Field Details

    • EXIF_TAG_COLOR_SPACE

      public static final TagInfoShort EXIF_TAG_COLOR_SPACE
    • COLOR_SPACE_VALUE_SRGB

      public static final int COLOR_SPACE_VALUE_SRGB
      See Also:
    • COLOR_SPACE_VALUE_ADOBE_RGB

      public static final int COLOR_SPACE_VALUE_ADOBE_RGB
      See Also:
    • COLOR_SPACE_VALUE_UNCALIBRATED

      public static final int COLOR_SPACE_VALUE_UNCALIBRATED
      See Also:
    • ALL_DCF_TAGS

      public static final List<TagInfo> ALL_DCF_TAGS
  • Constructor Details

    • DcfTagConstants

      private DcfTagConstants()