diff --git a/Scratch/Program.cs b/Scratch/Program.cs deleted file mode 100644 index b3be8af01..000000000 --- a/Scratch/Program.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Numerics; -using ImageSharp; - -namespace Scratch -{ - class Program - { - static void Main(string[] args) - { - using (var image = Image.Load(@"C:\Users\tocso\Desktop\92d8758c-471c-11e7-81d8-62ec301b092a (1).jpg")) { - - //image.Fill(Rgba32.Beige, b => b.AddBezier(Vector2.UnitX, Vector2.UnitX, Vector2.UnitX, Vector2.UnitX)); - - image.Resize(640, 480) - .Save(@"C:\Users\tocso\Desktop\92d8758c-471c-11e7-81d8-62ec301b092a (1)-saved.jpg"); - } - } - } -} \ No newline at end of file diff --git a/Scratch/Scratch.csproj b/Scratch/Scratch.csproj deleted file mode 100644 index 99b199b0a..000000000 --- a/Scratch/Scratch.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - - Exe - netcoreapp1.1 - - - - - - - - \ No newline at end of file