mirror of https://github.com/SixLabors/ImageSharp
4 changed files with 27 additions and 8 deletions
@ -0,0 +1,21 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Apache License, Version 2.0.
|
|||
|
|||
namespace SixLabors.ImageSharp.Formats.Tiff |
|||
{ |
|||
/// <summary>
|
|||
/// The TIFF format type enum.
|
|||
/// </summary>
|
|||
public enum TiffFormatType |
|||
{ |
|||
/// <summary>
|
|||
/// The TIFF file format type.
|
|||
/// </summary>
|
|||
Default, |
|||
|
|||
/// <summary>
|
|||
/// The BigTIFF format type.
|
|||
/// </summary>
|
|||
BigTIFF |
|||
} |
|||
} |
|||
Loading…
Reference in new issue