|
|
@ -19,11 +19,6 @@ namespace SixLabors.ImageSharp.Formats.Experimental.Tiff |
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
internal class TiffDecoderCore : IImageDecoderInternals |
|
|
internal class TiffDecoderCore : IImageDecoderInternals |
|
|
{ |
|
|
{ |
|
|
/// <summary>
|
|
|
|
|
|
/// The global configuration.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
private readonly Configuration configuration; |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Used for allocating memory during processing operations.
|
|
|
/// Used for allocating memory during processing operations.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
|