|
|
@ -18,7 +18,7 @@ namespace SixLabors.ImageSharp |
|
|
/// For generic <see cref="Image{TPixel}"/>-s the pixel type is known at compile time.
|
|
|
/// For generic <see cref="Image{TPixel}"/>-s the pixel type is known at compile time.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
/// <typeparam name="TPixel">The pixel format.</typeparam>
|
|
|
/// <typeparam name="TPixel">The pixel format.</typeparam>
|
|
|
public class Image<TPixel> : Image |
|
|
public sealed class Image<TPixel> : Image |
|
|
where TPixel : struct, IPixel<TPixel> |
|
|
where TPixel : struct, IPixel<TPixel> |
|
|
{ |
|
|
{ |
|
|
private bool isDisposed; |
|
|
private bool isDisposed; |
|
|
|