|
|
@ -10,11 +10,10 @@ using SixLabors.ImageSharp.Advanced; |
|
|
using SixLabors.ImageSharp.Memory; |
|
|
using SixLabors.ImageSharp.Memory; |
|
|
using SixLabors.ImageSharp.MetaData; |
|
|
using SixLabors.ImageSharp.MetaData; |
|
|
using SixLabors.ImageSharp.PixelFormats; |
|
|
using SixLabors.ImageSharp.PixelFormats; |
|
|
|
|
|
using SixLabors.Primitives; |
|
|
|
|
|
|
|
|
namespace SixLabors.ImageSharp |
|
|
namespace SixLabors.ImageSharp |
|
|
{ |
|
|
{ |
|
|
using SixLabors.Primitives; |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Represents a single frame in a animation.
|
|
|
/// Represents a single frame in a animation.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
|