|
|
|
@ -1,12 +1,12 @@ |
|
|
|
// Copyright (c) Six Labors.
|
|
|
|
// Licensed under the Apache License, Version 2.0.
|
|
|
|
|
|
|
|
namespace SixLabors.ImageSharp.Formats.Tiff |
|
|
|
namespace SixLabors.ImageSharp.Formats.Tiff.Constants |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
|
/// Enumeration representing the threshholding applied to image data defined by the Tiff file-format.
|
|
|
|
/// Enumeration representing the thresholding applied to image data defined by the Tiff file-format.
|
|
|
|
/// </summary>
|
|
|
|
internal enum TiffThreshholding |
|
|
|
internal enum TiffThresholding |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
|
/// No dithering or halftoning.
|
|
|
|
@ -23,4 +23,4 @@ namespace SixLabors.ImageSharp.Formats.Tiff |
|
|
|
/// </summary>
|
|
|
|
Random = 3 |
|
|
|
} |
|
|
|
} |
|
|
|
} |