Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Apr 12, 2020
1 parent fcc6dfc commit 9f2f25c
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 123 deletions.
5 changes: 3 additions & 2 deletions MetadataExtractor/Formats/Tiff/TiffDataFormat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ public enum TiffDataFormatCode : ushort
Double = 12
}

/// <summary>An enumeration of data formats used by the TIFF specification.</summary>
/// <author>Drew Noakes https://drewnoakes.com</author>
/// <summary>
/// An enumeration of data formats used by the TIFF specification.
/// </summary>
public sealed class TiffDataFormat
{
public static readonly TiffDataFormat Int8U = new TiffDataFormat("BYTE", TiffDataFormatCode.Int8U, 1);
Expand Down
Loading

0 comments on commit 9f2f25c

Please sign in to comment.