@ -10,7 +10,7 @@ namespace ImageSharp
/// <content>
/// Adds static methods allowing the creation of new images from given dimensions.
/// </content>
public sealed partial class Image
public static partial class Image
{
/// <summary>
/// Create a new instance of the <see cref="Image{TPixel}"/> class with the given height and the width.
@ -15,7 +15,7 @@ namespace ImageSharp
/// Adds static methods allowing the decoding of new images.
/// By reading the header on the provided stream this calculates the images format.
@ -13,7 +13,7 @@ namespace ImageSharp
/// Adds static methods allowing the creation of new image from a byte array.
/// Create a new instance of the <see cref="Image{Rgba32}"/> class from the given byte array.
@ -14,7 +14,7 @@ namespace ImageSharp
/// Adds static methods allowing the creation of new image from a given file.
/// Create a new instance of the <see cref="Image{Rgba32}"/> class from the given file.
/// Adds static methods allowing the creation of new image from a given stream.
/// Create a new instance of the <see cref="Image{Rgba32}"/> class from the given stream.