Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
reseal Image{TPixel}
  • Loading branch information
JimBobSquarePants committed Sep 17, 2019
commit b0ef8a10d1fac2d9bb0cb7fb75a926b6a76cf587
2 changes: 1 addition & 1 deletion src/ImageSharp/Image{TPixel}.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace SixLabors.ImageSharp
/// For generic <see cref="Image{TPixel}"/>-s the pixel type is known at compile time.
/// </summary>
/// <typeparam name="TPixel">The pixel format.</typeparam>
public class Image<TPixel> : Image
public sealed class Image<TPixel> : Image
where TPixel : struct, IPixel<TPixel>
{
private bool isDisposed;
Expand Down