Browse Source

Minor formatting change to get GitVersion going

pull/1574/head
Brian Popow 6 years ago
parent
commit
b089783bc7
  1. 2
      src/ImageSharp/Formats/Gif/GifDecoderCore.cs

2
src/ImageSharp/Formats/Gif/GifDecoderCore.cs

@ -101,7 +101,7 @@ namespace SixLabors.ImageSharp.Formats.Gif
/// Decodes the stream to the image. /// Decodes the stream to the image.
/// </summary> /// </summary>
/// <typeparam name="TPixel">The pixel format.</typeparam> /// <typeparam name="TPixel">The pixel format.</typeparam>
/// <param name="stream">The stream containing image data. </param> /// <param name="stream">The stream containing image data.</param>
/// <returns>The decoded image</returns> /// <returns>The decoded image</returns>
public Image<TPixel> Decode<TPixel>(Stream stream) public Image<TPixel> Decode<TPixel>(Stream stream)
where TPixel : unmanaged, IPixel<TPixel> where TPixel : unmanaged, IPixel<TPixel>

Loading…
Cancel
Save