Browse Source

Remove ExifTagValue.InteroperabilityIndex

pull/2938/head
James Jackson-South 8 months ago
parent
commit
7d4802e29b
  1. 8
      src/ImageSharp/Metadata/Profiles/Exif/Tags/ExifTagValue.cs

8
src/ImageSharp/Metadata/Profiles/Exif/Tags/ExifTagValue.cs

@ -23,14 +23,6 @@ internal enum ExifTagValue
/// </summary>
GPSIFDOffset = 0x8825,
/// <summary>
/// Indicates the identification of the Interoperability rule.
/// See https://www.awaresystems.be/imaging/tiff/tifftags/privateifd/interoperability/interoperabilityindex.html
/// </summary>
[ExifTagDescription("R98", "Indicates a file conforming to R98 file specification of Recommended Exif Interoperability Rules (ExifR98) or to DCF basic file stipulated by Design Rule for Camera File System.")]
[ExifTagDescription("THM", "Indicates a file conforming to DCF thumbnail file stipulated by Design rule for Camera File System.")]
InteroperabilityIndex = 0x0001,
/// <summary>
/// A general indication of the kind of data contained in this subfile.
/// See Section 8: Baseline Fields.

Loading…
Cancel
Save