mirror of https://github.com/SixLabors/ImageSharp
11 changed files with 13 additions and 4 deletions
@ -1,7 +1,7 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Six Labors Split License.
|
|||
|
|||
namespace SixLabors.ImageSharp.Formats.Exr; |
|||
namespace SixLabors.ImageSharp.Formats.Exr.Constants; |
|||
|
|||
internal enum ExrImageDataType |
|||
{ |
|||
@ -1,7 +1,7 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Six Labors Split License.
|
|||
|
|||
namespace SixLabors.ImageSharp.Formats.Exr; |
|||
namespace SixLabors.ImageSharp.Formats.Exr.Constants; |
|||
|
|||
internal enum ExrImageType |
|||
{ |
|||
@ -1,7 +1,7 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Six Labors Split License.
|
|||
|
|||
namespace SixLabors.ImageSharp.Formats.Exr; |
|||
namespace SixLabors.ImageSharp.Formats.Exr.Constants; |
|||
|
|||
internal enum ExrLineOrder : byte |
|||
{ |
|||
@ -1,7 +1,7 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Six Labors Split License.
|
|||
|
|||
namespace SixLabors.ImageSharp.Formats.Exr; |
|||
namespace SixLabors.ImageSharp.Formats.Exr.Constants; |
|||
|
|||
/// <summary>
|
|||
/// The different pixel formats for a OpenEXR image.
|
|||
Loading…
Reference in new issue