mirror of https://github.com/SixLabors/ImageSharp
25 changed files with 30 additions and 32 deletions
@ -1,7 +1,7 @@ |
|||||
// Copyright (c) Six Labors.
|
// Copyright (c) Six Labors.
|
||||
// Licensed under the Six Labors Split License.
|
// Licensed under the Six Labors Split License.
|
||||
|
|
||||
namespace SixLabors.ImageSharp.Formats.Heif.Color; |
namespace SixLabors.ImageSharp.Formats.Heif.Components; |
||||
|
|
||||
/// <summary>
|
/// <summary>
|
||||
/// Identifies the H.273 matrix operation used between encoded planes and RGB components.
|
/// Identifies the H.273 matrix operation used between encoded planes and RGB components.
|
||||
@ -1,7 +1,7 @@ |
|||||
// Copyright (c) Six Labors.
|
// Copyright (c) Six Labors.
|
||||
// Licensed under the Six Labors Split License.
|
// Licensed under the Six Labors Split License.
|
||||
|
|
||||
namespace SixLabors.ImageSharp.Formats.Heif.Color; |
namespace SixLabors.ImageSharp.Formats.Heif.Components; |
||||
|
|
||||
/// <summary>
|
/// <summary>
|
||||
/// Exposes the native planar sample layout shared by HEIF image codecs.
|
/// Exposes the native planar sample layout shared by HEIF image codecs.
|
||||
Loading…
Reference in new issue