Browse Source

make class public

af/merge-core
Scott Williams 9 years ago
parent
commit
c9e578644d
  1. 2
      src/ImageSharp/Advanced/ImageExtensions.cs

2
src/ImageSharp/Advanced/ImageExtensions.cs

@ -10,7 +10,7 @@ namespace SixLabors.ImageSharp.Advanced
/// <summary> /// <summary>
/// Extension methods over Image{TPixel} /// Extension methods over Image{TPixel}
/// </summary> /// </summary>
internal static class ImageExtensions public static class ImageExtensions
{ {
/// <summary> /// <summary>
/// Returns a reference to the 0th element of the Pixel buffer. /// Returns a reference to the 0th element of the Pixel buffer.

Loading…
Cancel
Save