diff --git a/Use Cases/Image to Gif/NET Standard/Image to Gif/Image to Gif/Output/animated.gif b/Use Cases/Image to Gif/NET Standard/Image to Gif/Image to Gif/Output/animated.gif deleted file mode 100644 index a4f50c6c..00000000 Binary files a/Use Cases/Image to Gif/NET Standard/Image to Gif/Image to Gif/Output/animated.gif and /dev/null differ diff --git a/Use Cases/Image to Gif/NET Standard/Image to Gif/Image to Gif/Program.cs b/Use Cases/Image to Gif/NET Standard/Image to Gif/Image to Gif/Program.cs index 05eec629..4a7029ff 100644 --- a/Use Cases/Image to Gif/NET Standard/Image to Gif/Image to Gif/Program.cs +++ b/Use Cases/Image to Gif/NET Standard/Image to Gif/Image to Gif/Program.cs @@ -51,7 +51,7 @@ public static void Main(string[] args) } //Create an animated GIF - collection.Write(@"..\..\..\Output\animated.gif"); + collection.Write(@"Output.gif"); } } }