NEFCompression property

  1. @UnsignedShort()
int NEFCompression
getter/setter pair

NEF compression, comments follow those for ExifTool tag 0x0093: 1: Lossy (type 1) 2: Uncompressed 3: Lossless 4: Lossy (type 2) 5: Striped packed 12-bit 6: Uncompressed (14-bit reduced to 12-bit) 7: Unpacked 12-bit 8: Small raw 9: Packed 12-bit 10: Packed 14-bit 13: High Efficiency (HE) 14: High Efficiency* (HE*)

Implementation

@ushort()
external int NEFCompression;