Interface ExifTags.NikonType2

Enclosing interface:
ExifTags

public static interface ExifTags.NikonType2
Definition of specialized Nikon Exif tags.
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
Since:
5.0.100
  • Field Details

    • TAG_NIKON_TYPE2_FIRMWARE_VERSION

      static final int TAG_NIKON_TYPE2_FIRMWARE_VERSION
      Values observed - 0200 (D70) - 0200 (D1X).
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_ISO_1

      static final int TAG_NIKON_TYPE2_ISO_1
      Values observed - 0 250 - 0 400.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_COLOR_MODE

      static final int TAG_NIKON_TYPE2_COLOR_MODE
      The camera's color mode, as an uppercase string. Examples include:
      • B & W
      • COLOR
      • COOL
      • SEPIA
      • VIVID

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_QUALITY_AND_FILE_FORMAT

      static final int TAG_NIKON_TYPE2_QUALITY_AND_FILE_FORMAT
      The camera's quality setting, as an uppercase string. Examples include:
      • BASIC
      • FINE
      • NORMAL
      • RAW
      • RAW2.7M

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_CAMERA_WHITE_BALANCE

      static final int TAG_NIKON_TYPE2_CAMERA_WHITE_BALANCE
      The camera's white balance setting, as an uppercase string. Examples include:
      • AUTO
      • CLOUDY
      • FLASH
      • FLUORESCENT
      • INCANDESCENT
      • PRESET
      • PRESET0
      • PRESET1
      • PRESET3
      • SUNNY
      • WHITE PRESET
      • 4350K
      • 5.0.1000K
      • DAY WHITE FL
      • SHADE

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_CAMERA_SHARPENING

      static final int TAG_NIKON_TYPE2_CAMERA_SHARPENING
      The camera's sharpening setting, as an uppercase string. Examples include:
      • AUTO
      • HIGH
      • LOW
      • NONE
      • NORMAL
      • MED.H
      • MED.L

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_AF_TYPE

      static final int TAG_NIKON_TYPE2_AF_TYPE
      The camera's auto-focus mode, as an uppercase string. Examples include:
      • AF-C
      • AF-S
      • MANUAL
      • AF-A

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_FLASH_SYNC_MODE

      static final int TAG_NIKON_TYPE2_FLASH_SYNC_MODE
      The camera's flash setting, as an uppercase string. Examples include:
      • NORMAL
      • RED-EYE
      • SLOW
      • NEW_TTL
      • REAR
      • REAR SLOW
      Note: when TAG_NIKON_TYPE2_AUTO_FLASH_MODE is blank (whitespace), Nikon Browser displays "Flash Sync Mode: Not Attached"
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_AUTO_FLASH_MODE

      static final int TAG_NIKON_TYPE2_AUTO_FLASH_MODE
      The type of flash used in the photograph, as a string. Examples include:
      • Built-in,TTL
      • NEW_TTL Nikon Browser interprets as "D-TTL"
      • Built-in,M
      • Optional,TTL with speedlight SB800, flash sync mode as "NORMAL"

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_34

      static final int TAG_NIKON_TYPE2_UNKNOWN_34
      An unknown tag, as a rational. Several values given here: http://gvsoft.homedns.org/exif/makernote-nikon-type2.html#0x000b
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_CAMERA_WHITE_BALANCE_FINE

      static final int TAG_NIKON_TYPE2_CAMERA_WHITE_BALANCE_FINE
      The camera's white balance bias setting, as an uint16 array having either one or two elements.
      • 0
      • 1
      • -3
      • -2
      • -1
      • 0,0
      • 1,0
      • 5,-5

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_CAMERA_WHITE_BALANCE_RB_COEFF

      static final int TAG_NIKON_TYPE2_CAMERA_WHITE_BALANCE_RB_COEFF
      The first two numbers are coefficients to multiply red and blue channels according to white balance as set in the camera. The meaning of the third and the fourth numbers is unknown.
      Values observed - 2.25882352 1.76078431 0.0 0.0 - 10242/1 34305/1 0/1 0/1 - 234765625/100000000 1140625/1000000 1/1 1/1
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_PROGRAM_SHIFT

      static final int TAG_NIKON_TYPE2_PROGRAM_SHIFT
      The camera's program shift setting, as an array of four integers. The value, in EV, is calculated as a*b/c.
      • 0,1,3,0 = 0 EV
      • 1,1,3,0 = 0.33 EV
      • -3,1,3,0 = -1 EV
      • 1,1,2,0 = 0.5 EV
      • 2,1,6,0 = 0.33 EV

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_EXPOSURE_DIFFERENCE

      static final int TAG_NIKON_TYPE2_EXPOSURE_DIFFERENCE
      The exposure difference, as an array of four integers. The value, in EV, is calculated as a*b/c.
      • -105,1,12,0 = -8.75 EV
      • -72,1,12,0 = -6.00 EV
      • -11,1,12,0 = -0.92 EV

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_ISO_MODE

      static final int TAG_NIKON_TYPE2_ISO_MODE
      The camera's ISO mode, as an uppercase string.
      • AUTO
      • MANUAL

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_DATA_DUMP

      static final int TAG_NIKON_TYPE2_DATA_DUMP
      Added during merge of Type2 & Type3. May apply to earlier models, such as E990 and D1. For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_PREVIEW_IFD

      static final int TAG_NIKON_TYPE2_PREVIEW_IFD
      Preview to another IFD (?)
      Details here: http://gvsoft.homedns.org/exif/makernote-nikon-2-tag0x0011.html // TODO if this is another IFD, decode it
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_AUTO_FLASH_COMPENSATION

      static final int TAG_NIKON_TYPE2_AUTO_FLASH_COMPENSATION
      The flash compensation, as an array of four integers. The value, in EV, is calculated as a*b/c.
      • -18,1,6,0 = -3 EV
      • 4,1,6,0 = 0.67 EV
      • 6,1,6,0 = 1 EV

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_ISO_REQUESTED

      static final int TAG_NIKON_TYPE2_ISO_REQUESTED
      The requested ISO value, as an array of two integers.
      • 0,0
      • 0,125
      • 1,2

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_IMAGE_BOUNDARY

      static final int TAG_NIKON_TYPE2_IMAGE_BOUNDARY
      Defines the photo corner coordinates, in 8 bytes. Treated as four 16-bit integers, they decode as: top-left (x,y); bot-right (x,y) - 0 0 49163 53255 - 0 0 3008 2000 (the image dimensions were 3008x2000) (D70)
      • 0,0,4288,2848 The max resolution of the D300 camera
      • 0,0,3008,2000 The max resolution of the D70 camera
      • 0,0,4256,2832 The max resolution of the D3 camera

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_FLASH_EXPOSURE_COMPENSATION

      static final int TAG_NIKON_TYPE2_FLASH_EXPOSURE_COMPENSATION
      The flash exposure compensation, as an array of four integers. The value, in EV, is calculated as a*b/c.
      • 0,0,0,0 = 0 EV
      • 0,1,6,0 = 0 EV
      • 4,1,6,0 = 0.67 EV

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_FLASH_BRACKET_COMPENSATION

      static final int TAG_NIKON_TYPE2_FLASH_BRACKET_COMPENSATION
      The flash bracket compensation, as an array of four integers. The value, in EV, is calculated as a*b/c.
      • 0,0,0,0 = 0 EV
      • 0,1,6,0 = 0 EV
      • 4,1,6,0 = 0.67 EV

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_AE_BRACKET_COMPENSATION

      static final int TAG_NIKON_TYPE2_AE_BRACKET_COMPENSATION
      The AE bracket compensation, as a rational number.
      • 0/0
      • 0/1
      • 0/6
      • 4/6
      • 6/6

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_FLASH_MODE

      static final int TAG_NIKON_TYPE2_FLASH_MODE
      Flash mode, as a string.
      • Red Eye Reduction
      • D-Lighting
      • Distortion control

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_CROP_HIGH_SPEED

      static final int TAG_NIKON_TYPE2_CROP_HIGH_SPEED
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_EXPOSURE_TUNING

      static final int TAG_NIKON_TYPE2_EXPOSURE_TUNING
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_CAMERA_SERIAL_NUMBER

      static final int TAG_NIKON_TYPE2_CAMERA_SERIAL_NUMBER
      The camera's serial number, as a string. Note that D200 is always blank, and D50 is always "D50".
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_COLOR_SPACE

      static final int TAG_NIKON_TYPE2_COLOR_SPACE
      The camera's color space setting.
      • 1 sRGB
      • 2 Adobe RGB

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_VR_INFO

      static final int TAG_NIKON_TYPE2_VR_INFO
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_IMAGE_AUTHENTICATION

      static final int TAG_NIKON_TYPE2_IMAGE_AUTHENTICATION
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_35

      static final int TAG_NIKON_TYPE2_UNKNOWN_35
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_ACTIVE_D_LIGHTING

      static final int TAG_NIKON_TYPE2_ACTIVE_D_LIGHTING
      The active D-Lighting setting.
      • 0 Off
      • 1 Low
      • 3 Normal
      • 5 High
      • 7 Extra High
      • 65535 Auto

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_PICTURE_CONTROL

      static final int TAG_NIKON_TYPE2_PICTURE_CONTROL
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_WORLD_TIME

      static final int TAG_NIKON_TYPE2_WORLD_TIME
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_ISO_INFO

      static final int TAG_NIKON_TYPE2_ISO_INFO
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_36

      static final int TAG_NIKON_TYPE2_UNKNOWN_36
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_37

      static final int TAG_NIKON_TYPE2_UNKNOWN_37
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_38

      static final int TAG_NIKON_TYPE2_UNKNOWN_38
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_39

      static final int TAG_NIKON_TYPE2_UNKNOWN_39
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_VIGNETTE_CONTROL

      static final int TAG_NIKON_TYPE2_VIGNETTE_CONTROL
      The camera's vignette control setting.
      • 0 Off
      • 1 Low
      • 3 Normal
      • 5 High

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_40

      static final int TAG_NIKON_TYPE2_UNKNOWN_40
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_41

      static final int TAG_NIKON_TYPE2_UNKNOWN_41
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_42

      static final int TAG_NIKON_TYPE2_UNKNOWN_42
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_43

      static final int TAG_NIKON_TYPE2_UNKNOWN_43
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_44

      static final int TAG_NIKON_TYPE2_UNKNOWN_44
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_45

      static final int TAG_NIKON_TYPE2_UNKNOWN_45
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_46

      static final int TAG_NIKON_TYPE2_UNKNOWN_46
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_IMAGE_ADJUSTMENT

      static final int TAG_NIKON_TYPE2_IMAGE_ADJUSTMENT
      The camera's image adjustment setting, as a string.
      • AUTO
      • CONTRAST(+)
      • CONTRAST(-)
      • NORMAL
      • B & W
      • BRIGHTNESS(+)
      • BRIGHTNESS(-)
      • SEPIA

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_CAMERA_TONE_COMPENSATION

      static final int TAG_NIKON_TYPE2_CAMERA_TONE_COMPENSATION
      The camera's tone compensation setting, as a string.
      • NORMAL
      • LOW
      • MED.L
      • MED.H
      • HIGH
      • AUTO

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_ADAPTER

      static final int TAG_NIKON_TYPE2_ADAPTER
      A description of any auxiliary lens, as a string.
      • OFF
      • FISHEYE 1
      • FISHEYE 2
      • TELEPHOTO 2
      • WIDE ADAPTER

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_LENS_TYPE

      static final int TAG_NIKON_TYPE2_LENS_TYPE
      The type of lens used, as a byte.
      • 0x00 AF
      • 0x01 MF
      • 0x02 D
      • 0x06 G, D
      • 0x08 VR
      • 0x0a VR, D
      • 0x0e VR, G, D

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_LENS

      static final int TAG_NIKON_TYPE2_LENS
      A pair of focal/max-fstop values that describe the lens used.
      Values observed - 180.0,180.0,2.8,2.8 (D100) - 240/10 850/10 35/10 45/10 - 18-70mm f/3.5-4.5 (D70) - 17-35mm f/2.8-2.8 (D1X) - 70-200mm f/2.8-2.8 (D70)
      Nikon Browser identifies the lens as "18-70mm F/3.5-4.5 G" which is identical to metadata extractor, except for the "G". This must be coming from another tag...
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_MANUAL_FOCUS_DISTANCE

      static final int TAG_NIKON_TYPE2_MANUAL_FOCUS_DISTANCE
      Added during merge of Type2 & Type3. May apply to earlier models, such as E990 and D1. For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_DIGITAL_ZOOM

      static final int TAG_NIKON_TYPE2_DIGITAL_ZOOM
      The amount of digital zoom used. For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_FLASH_USED

      static final int TAG_NIKON_TYPE2_FLASH_USED
      Whether the flash was used in this image.
      • 0 Flash Not Used
      • 1 Manual Flash
      • 3 Flash Not Ready
      • 7 External Flash
      • 8 Fired, Commander Mode
      • 9 Fired, TTL Mode

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_AF_FOCUS_POSITION

      static final int TAG_NIKON_TYPE2_AF_FOCUS_POSITION
      The position of the autofocus target. For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_SHOOTING_MODE

      static final int TAG_NIKON_TYPE2_SHOOTING_MODE
      The camera's shooting mode.
      A bit-array with:
      • 0 Single Frame
      • 1 Continuous
      • 2 Delay
      • 8 PC Control
      • 16 Exposure Bracketing
      • 32 Auto ISO
      • 64 White-Balance Bracketing
      • 128 IR Control

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_20

      static final int TAG_NIKON_TYPE2_UNKNOWN_20
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_LENS_STOPS

      static final int TAG_NIKON_TYPE2_LENS_STOPS
      Lens stops, as an array of four integers. The value, in EV, is calculated as a*b/c.
      • 64,1,12,0 = 5.33 EV
      • 72,1,12,0 = 6 EV

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_CONTRAST_CURVE

      static final int TAG_NIKON_TYPE2_CONTRAST_CURVE
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_CAMERA_COLOR_MODE

      static final int TAG_NIKON_TYPE2_CAMERA_COLOR_MODE
      The color space as set in the camera, as a string.
      • MODE1 = Mode 1 (sRGB)
      • MODE1a = Mode 1 (sRGB)
      • MODE2 = Mode 2 (Adobe RGB)
      • MODE3 = Mode 2 (sRGB): Higher Saturation
      • MODE3a = Mode 2 (sRGB): Higher Saturation
      • B & W = B & W

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_47

      static final int TAG_NIKON_TYPE2_UNKNOWN_47
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_SCENE_MODE

      static final int TAG_NIKON_TYPE2_SCENE_MODE
      The camera's scene mode, as a string. Examples include:
      • BEACH/SNOW
      • CLOSE UP
      • NIGHT PORTRAIT
      • PORTRAIT
      • ANTI-SHAKE
      • BACK LIGHT
      • BEST FACE
      • BEST
      • COPY
      • DAWN/DUSK
      • FACE-PRIORITY
      • FIREWORKS
      • FOOD
      • HIGH SENS.
      • LAND SCAPE
      • MUSEUM
      • PANORAMA ASSIST
      • PARTY/INDOOR
      • SCENE AUTO
      • SMILE
      • SPORT
      • SPORT CONT.
      • SUNSET

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_LIGHT_SOURCE

      static final int TAG_NIKON_TYPE2_LIGHT_SOURCE
      The lighting type, as a string. Examples include:
      • NATURAL
      • SPEEDLIGHT
      • COLORED
      • MIXED
      • NORMAL

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_SHOT_INFO

      static final int TAG_NIKON_TYPE2_SHOT_INFO
      Advertised as ASCII, but actually isn't. A variable number of bytes (eg. 18 to 533). Actual number of bytes appears fixed for a given camera model.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_CAMERA_HUE_ADJUSTMENT

      static final int TAG_NIKON_TYPE2_CAMERA_HUE_ADJUSTMENT
      The hue adjustment as set in the camera. Values observed are either 0 or 3.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_NEF_COMPRESSION

      static final int TAG_NIKON_TYPE2_NEF_COMPRESSION
      The NEF (RAW) compression. Examples include:
      • 1 Lossy (Type 1)
      • 2 Uncompressed
      • 3 Lossless
      • 4 Lossy (Type 2)

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_SATURATION

      static final int TAG_NIKON_TYPE2_SATURATION
      The saturation level, as a signed integer. Examples include:
      • +3
      • +2
      • +1
      • 0 Normal
      • -1
      • -2
      • -3 (B&W)

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_NOISE_REDUCTION

      static final int TAG_NIKON_TYPE2_NOISE_REDUCTION
      The type of noise reduction, as a string. Examples include:
      • OFF
      • FPNR

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_LINEARIZATION_TABLE

      static final int TAG_NIKON_TYPE2_LINEARIZATION_TABLE
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_COLOR_BALANCE

      static final int TAG_NIKON_TYPE2_COLOR_BALANCE
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_LENS_DATA

      static final int TAG_NIKON_TYPE2_LENS_DATA
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_NEF_THUMBNAIL_SIZE

      static final int TAG_NIKON_TYPE2_NEF_THUMBNAIL_SIZE
      The NEF (RAW) thumbnail size, as an integer array with two items representing [width,height].
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_SENSOR_PIXEL_SIZE

      static final int TAG_NIKON_TYPE2_SENSOR_PIXEL_SIZE
      The sensor pixel size, as a pair of rational numbers.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_10

      static final int TAG_NIKON_TYPE2_UNKNOWN_10
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_SCENE_ASSIST

      static final int TAG_NIKON_TYPE2_SCENE_ASSIST
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_11

      static final int TAG_NIKON_TYPE2_UNKNOWN_11
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_RETOUCH_HISTORY

      static final int TAG_NIKON_TYPE2_RETOUCH_HISTORY
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_12

      static final int TAG_NIKON_TYPE2_UNKNOWN_12
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_CAMERA_SERIAL_NUMBER_2

      static final int TAG_NIKON_TYPE2_CAMERA_SERIAL_NUMBER_2
      The camera serial number, as a string.
      • NO= 00002539
      • NO= -1000d71
      • PKG597230621263
      • PKG5995671330625116
      • PKG49981281631130677
      • BU672230725063
      • NO= 200332c7
      • NO= 30045efe

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_IMAGE_DATA_SIZE

      static final int TAG_NIKON_TYPE2_IMAGE_DATA_SIZE
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_27

      static final int TAG_NIKON_TYPE2_UNKNOWN_27
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_28

      static final int TAG_NIKON_TYPE2_UNKNOWN_28
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_IMAGE_COUNT

      static final int TAG_NIKON_TYPE2_IMAGE_COUNT
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_DELETED_IMAGE_COUNT

      static final int TAG_NIKON_TYPE2_DELETED_IMAGE_COUNT
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_EXPOSURE_SEQUENCE_NUMBER

      static final int TAG_NIKON_TYPE2_EXPOSURE_SEQUENCE_NUMBER
      The number of total shutter releases. This value increments for each exposure (observed on D70).
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_FLASH_INFO

      static final int TAG_NIKON_TYPE2_FLASH_INFO
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_IMAGE_OPTIMISATION

      static final int TAG_NIKON_TYPE2_IMAGE_OPTIMISATION
      The camera's image optimisation, as a string.
      • NORMAL
      • CUSTOM
      • BLACK AND WHITE
      • LAND SCAPE
      • MORE VIVID
      • PORTRAIT
      • SOFT
      • VIVID

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_SATURATION_2

      static final int TAG_NIKON_TYPE2_SATURATION_2
      The camera's saturation level, as a string.
      • NORMAL
      • AUTO
      • ENHANCED
      • MODERATE

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_DIGITAL_VARI_PROGRAM

      static final int TAG_NIKON_TYPE2_DIGITAL_VARI_PROGRAM
      The camera's digital vari-program setting, as a string.
      • AUTO
      • AUTO(FLASH OFF)
      • CLOSE UP
      • LANDSCAPE
      • NIGHT PORTRAIT
      • PORTRAIT
      • SPORT

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_IMAGE_STABILISATION

      static final int TAG_NIKON_TYPE2_IMAGE_STABILISATION
      The camera's digital vari-program setting, as a string.
      • VR-ON
      • VR-OFF
      • VR-HYBRID
      • VR-ACTIVE

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_AF_RESPONSE

      static final int TAG_NIKON_TYPE2_AF_RESPONSE
      The camera's digital vari-program setting, as a string.
      • HYBRID
      • STANDARD

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_29

      static final int TAG_NIKON_TYPE2_UNKNOWN_29
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_30

      static final int TAG_NIKON_TYPE2_UNKNOWN_30
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_MULTI_EXPOSURE

      static final int TAG_NIKON_TYPE2_MULTI_EXPOSURE
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_HIGH_ISO_NOISE_REDUCTION

      static final int TAG_NIKON_TYPE2_HIGH_ISO_NOISE_REDUCTION
      The camera's high ISO noise reduction setting, as an integer.
      • 0 Off
      • 1 Minimal
      • 2 Low
      • 4 Normal
      • 6 High

      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_31

      static final int TAG_NIKON_TYPE2_UNKNOWN_31
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_32

      static final int TAG_NIKON_TYPE2_UNKNOWN_32
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_33

      static final int TAG_NIKON_TYPE2_UNKNOWN_33
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_48

      static final int TAG_NIKON_TYPE2_UNKNOWN_48
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_POWER_UP_TIME

      static final int TAG_NIKON_TYPE2_POWER_UP_TIME
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_AF_INFO_2

      static final int TAG_NIKON_TYPE2_AF_INFO_2
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_FILE_INFO

      static final int TAG_NIKON_TYPE2_FILE_INFO
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_AF_TUNE

      static final int TAG_NIKON_TYPE2_AF_TUNE
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_49

      static final int TAG_NIKON_TYPE2_UNKNOWN_49
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_50

      static final int TAG_NIKON_TYPE2_UNKNOWN_50
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_51

      static final int TAG_NIKON_TYPE2_UNKNOWN_51
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_PRINT_IM

      static final int TAG_NIKON_TYPE2_PRINT_IM
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_NIKON_CAPTURE_DATA

      static final int TAG_NIKON_TYPE2_NIKON_CAPTURE_DATA
      Data about changes set by Nikon Capture Editor.
      Values observed
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_52

      static final int TAG_NIKON_TYPE2_UNKNOWN_52
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_53

      static final int TAG_NIKON_TYPE2_UNKNOWN_53
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_NIKON_CAPTURE_VERSION

      static final int TAG_NIKON_TYPE2_NIKON_CAPTURE_VERSION
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_NIKON_CAPTURE_OFFSETS

      static final int TAG_NIKON_TYPE2_NIKON_CAPTURE_OFFSETS
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_NIKON_SCAN

      static final int TAG_NIKON_TYPE2_NIKON_SCAN
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_54

      static final int TAG_NIKON_TYPE2_UNKNOWN_54
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_NEF_BIT_DEPTH

      static final int TAG_NIKON_TYPE2_NEF_BIT_DEPTH
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also:
    • TAG_NIKON_TYPE2_UNKNOWN_55

      static final int TAG_NIKON_TYPE2_UNKNOWN_55
      Definition of specialized Nikon Exif tag.
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also: