|
|
@ -16,8 +16,7 @@ namespace ImageSharp |
|
|
public class Image : Image<Color, uint> |
|
|
public class Image : Image<Color, uint> |
|
|
{ |
|
|
{ |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Initializes a new instance of the <see cref="Image"/> class
|
|
|
/// Initializes a new instance of the <see cref="Image"/> class.
|
|
|
/// with the height and the width of the image.
|
|
|
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public Image() |
|
|
public Image() |
|
|
{ |
|
|
{ |
|
|
|