|
|
|
@ -1,7 +1,6 @@ |
|
|
|
// Copyright (c) Six Labors.
|
|
|
|
// Licensed under the Six Labors Split License.
|
|
|
|
|
|
|
|
using SixLabors.ImageSharp.Formats.Exr.Constants; |
|
|
|
using SixLabors.ImageSharp.Memory; |
|
|
|
|
|
|
|
namespace SixLabors.ImageSharp.Formats.Exr.Compression; |
|
|
|
@ -19,11 +18,6 @@ internal abstract class ExrBaseCompressor : ExrBaseCompression |
|
|
|
: base(allocator, bytesPerBlock, bytesPerRow) |
|
|
|
=> this.Output = output; |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the compression method to use.
|
|
|
|
/// </summary>
|
|
|
|
public abstract ExrCompression Method { get; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the output stream to write the compressed image to.
|
|
|
|
/// </summary>
|
|
|
|
|