Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions src/ImageSharp/Metadata/Profiles/Exif/Tags/ExifTagValue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading