mirror of https://github.com/SixLabors/ImageSharp
3 changed files with 12 additions and 33 deletions
@ -1,20 +0,0 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Six Labors Split License.
|
|||
|
|||
namespace SixLabors.ImageSharp.Formats.Tga; |
|||
|
|||
/// <summary>
|
|||
/// Configuration options for use during tga encoding.
|
|||
/// </summary>
|
|||
internal interface ITgaEncoderOptions |
|||
{ |
|||
/// <summary>
|
|||
/// Gets the number of bits per pixel.
|
|||
/// </summary>
|
|||
TgaBitsPerPixel? BitsPerPixel { get; } |
|||
|
|||
/// <summary>
|
|||
/// Gets a value indicating whether run length compression should be used.
|
|||
/// </summary>
|
|||
TgaCompression Compression { get; } |
|||
} |
|||
Loading…
Reference in new issue