mirror of https://github.com/SixLabors/ImageSharp
35 changed files with 39 additions and 39 deletions
@ -1,7 +1,7 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Six Labors Split License.
|
|||
|
|||
namespace SixLabors.ImageSharp.Formats.OpenExr.Compression; |
|||
namespace SixLabors.ImageSharp.Formats.Exr.Compression; |
|||
|
|||
internal enum ExrCompressionType |
|||
{ |
|||
@ -1,10 +1,10 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Six Labors Split License.
|
|||
|
|||
using SixLabors.ImageSharp.Formats.OpenExr.Compression.Decompressors; |
|||
using SixLabors.ImageSharp.Formats.Exr.Compression.Decompressors; |
|||
using SixLabors.ImageSharp.Memory; |
|||
|
|||
namespace SixLabors.ImageSharp.Formats.OpenExr.Compression; |
|||
namespace SixLabors.ImageSharp.Formats.Exr.Compression; |
|||
|
|||
internal static class ExrDecompressorFactory |
|||
{ |
|||
@ -1,7 +1,7 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Six Labors Split License.
|
|||
|
|||
namespace SixLabors.ImageSharp.Formats.OpenExr; |
|||
namespace SixLabors.ImageSharp.Formats.Exr; |
|||
|
|||
/// <summary>
|
|||
/// Registers the image encoders, decoders and mime type detectors for the OpenExr format.
|
|||
@ -1,7 +1,7 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Six Labors Split License.
|
|||
|
|||
namespace SixLabors.ImageSharp.Formats.OpenExr; |
|||
namespace SixLabors.ImageSharp.Formats.Exr; |
|||
|
|||
/// <summary>
|
|||
/// Defines constants relating to OpenExr images.
|
|||
@ -1,7 +1,7 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Six Labors Split License.
|
|||
|
|||
namespace SixLabors.ImageSharp.Formats.OpenExr; |
|||
namespace SixLabors.ImageSharp.Formats.Exr; |
|||
|
|||
/// <summary>
|
|||
/// Image decoder options for decoding OpenExr streams.
|
|||
@ -1,7 +1,7 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Six Labors Split License.
|
|||
|
|||
namespace SixLabors.ImageSharp.Formats.OpenExr; |
|||
namespace SixLabors.ImageSharp.Formats.Exr; |
|||
|
|||
/// <summary>
|
|||
/// Image encoder for writing an image to a stream in the OpenExr Format.
|
|||
@ -1,7 +1,7 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Six Labors Split License.
|
|||
|
|||
namespace SixLabors.ImageSharp.Formats.OpenExr; |
|||
namespace SixLabors.ImageSharp.Formats.Exr; |
|||
|
|||
/// <summary>
|
|||
/// Registers the image encoders, decoders and mime type detectors for the OpenExr format.
|
|||
@ -1,9 +1,9 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Six Labors Split License.
|
|||
|
|||
using SixLabors.ImageSharp.Formats.OpenExr.Compression; |
|||
using SixLabors.ImageSharp.Formats.Exr.Compression; |
|||
|
|||
namespace SixLabors.ImageSharp.Formats.OpenExr; |
|||
namespace SixLabors.ImageSharp.Formats.Exr; |
|||
|
|||
internal class ExrHeaderAttributes |
|||
{ |
|||
@ -1,7 +1,7 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Six Labors Split License.
|
|||
|
|||
namespace SixLabors.ImageSharp.Formats.OpenExr; |
|||
namespace SixLabors.ImageSharp.Formats.Exr; |
|||
|
|||
internal enum ExrImageDataType |
|||
{ |
|||
@ -1,7 +1,7 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Six Labors Split License.
|
|||
|
|||
namespace SixLabors.ImageSharp.Formats.OpenExr; |
|||
namespace SixLabors.ImageSharp.Formats.Exr; |
|||
|
|||
internal enum ExrImageType |
|||
{ |
|||
@ -1,7 +1,7 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Six Labors Split License.
|
|||
|
|||
namespace SixLabors.ImageSharp.Formats.OpenExr; |
|||
namespace SixLabors.ImageSharp.Formats.Exr; |
|||
|
|||
internal enum ExrLineOrder : byte |
|||
{ |
|||
@ -1,7 +1,7 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Six Labors Split License.
|
|||
|
|||
namespace SixLabors.ImageSharp.Formats.OpenExr; |
|||
namespace SixLabors.ImageSharp.Formats.Exr; |
|||
|
|||
/// <summary>
|
|||
/// The different pixel formats for a OpenEXR image.
|
|||
@ -1,7 +1,7 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Six Labors Split License.
|
|||
|
|||
namespace SixLabors.ImageSharp.Formats.OpenExr; |
|||
namespace SixLabors.ImageSharp.Formats.Exr; |
|||
|
|||
/// <summary>
|
|||
/// Cold path optimizations for throwing exr format based exceptions.
|
|||
@ -1,7 +1,7 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Six Labors Split License.
|
|||
|
|||
namespace SixLabors.ImageSharp.Formats.OpenExr; |
|||
namespace SixLabors.ImageSharp.Formats.Exr; |
|||
|
|||
/// <summary>
|
|||
/// Configuration options for use during OpenExr encoding.
|
|||
Loading…
Reference in new issue