From 73d5a2a41247e557ab382cd497814bc806d5c2f5 Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Sun, 25 Jun 2017 09:42:11 +0100 Subject: [PATCH] drop scratch app --- Scratch/Program.cs | 20 -------------------- Scratch/Scratch.csproj | 13 ------------- 2 files changed, 33 deletions(-) delete mode 100644 Scratch/Program.cs delete mode 100644 Scratch/Scratch.csproj 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