diff --git a/src/ImageSharp/Image.cs b/src/ImageSharp/Image.cs
index 352107021a..195af60563 100644
--- a/src/ImageSharp/Image.cs
+++ b/src/ImageSharp/Image.cs
@@ -49,7 +49,7 @@ namespace ImageSharp
///
/// The other image, where the clone should be made from.
/// is null.
- internal Image(Image other)
+ public Image(Image other)
: base(other)
{
}