Browse Source

Cleanup

Former-commit-id: 44c39ca6682e796c9fe480fc65bfe8b3688af282
Former-commit-id: 87de64b3c19d92bd310cc105b0811994a3c24ae6
af/merge-core
James South 11 years ago
parent
commit
088f55ce5f
  1. 1
      src/ImageProcessor/Imaging/Formats/FormatUtilities.cs
  2. 2
      src/ImageProcessor/Imaging/Formats/GifFormat.cs

1
src/ImageProcessor/Imaging/Formats/FormatUtilities.cs

@ -19,7 +19,6 @@ namespace ImageProcessor.Imaging.Formats
using System.Reflection;
using ImageProcessor.Configuration;
using ImageProcessor.Imaging.MetaData;
/// <summary>
/// Utility methods for working with supported image formats.

2
src/ImageProcessor/Imaging/Formats/GifFormat.cs

@ -74,8 +74,6 @@ namespace ImageProcessor.Imaging.Formats
/// <param name="factory">The <see cref="ImageFactory" />.</param>
public override void ApplyProcessor(Func<ImageFactory, Image> processor, ImageFactory factory)
{
//GifInfo info = FormatUtilities.GetGifInfo(factory.Image, this.ImageFormat);
GifDecoder decoder = new GifDecoder(factory.Image);
if (decoder.IsAnimated)

Loading…
Cancel
Save