mirror of https://github.com/SixLabors/ImageSharp
26 changed files with 26 additions and 31 deletions
@ -1,7 +1,7 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Apache License, Version 2.0.
|
|||
|
|||
namespace SixLabors.ImageSharp.Formats.Png.Zlib |
|||
namespace SixLabors.ImageSharp.Compression.Zlib |
|||
{ |
|||
/// <content>
|
|||
/// Contains precalulated tables for scalar calculations.
|
|||
@ -1,7 +1,7 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Apache License, Version 2.0.
|
|||
|
|||
namespace SixLabors.ImageSharp.Compression |
|||
namespace SixLabors.ImageSharp.Compression.Zlib |
|||
{ |
|||
/// <summary>
|
|||
/// Provides enumeration of available deflate compression levels.
|
|||
Loading…
Reference in new issue