|
|
@ -3,15 +3,13 @@ |
|
|
|
|
|
|
|
|
// <auto-generated/>
|
|
|
// <auto-generated/>
|
|
|
using System; |
|
|
using System; |
|
|
using System.Collections.Generic; |
|
|
|
|
|
using System.Text; |
|
|
|
|
|
|
|
|
|
|
|
namespace SixLabors.ImageSharp.Formats.Png.Zlib |
|
|
namespace SixLabors.ImageSharp.Formats.Png.Zlib |
|
|
{ |
|
|
{ |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// This class contains constants used for deflation.
|
|
|
/// This class contains constants used for deflation.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public static class DeflaterConstants |
|
|
internal static class DeflaterConstants |
|
|
{ |
|
|
{ |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Set to true to enable debugging
|
|
|
/// Set to true to enable debugging
|
|
|
|