mirror of https://github.com/SixLabors/ImageSharp
13 changed files with 31 additions and 28 deletions
@ -1,12 +1,12 @@ |
|||||
// Copyright (c) Six Labors.
|
// Copyright (c) Six Labors.
|
||||
// Licensed under the Apache License, Version 2.0.
|
// Licensed under the Apache License, Version 2.0.
|
||||
|
|
||||
namespace SixLabors.ImageSharp.Formats.Tiff |
namespace SixLabors.ImageSharp.Formats.Tiff.Compression |
||||
{ |
{ |
||||
/// <summary>
|
/// <summary>
|
||||
/// Provides enumeration of the various TIFF compression types.
|
/// Provides enumeration of the various TIFF compression types the decoder can handle.
|
||||
/// </summary>
|
/// </summary>
|
||||
internal enum TiffCompressionType |
internal enum TiffDecoderCompressionType |
||||
{ |
{ |
||||
/// <summary>
|
/// <summary>
|
||||
/// Image data is stored uncompressed in the TIFF file.
|
/// Image data is stored uncompressed in the TIFF file.
|
||||
Loading…
Reference in new issue