Browse Source

drop scratch app

pull/253/head
Scott Williams 9 years ago
parent
commit
73d5a2a412
  1. 20
      Scratch/Program.cs
  2. 13
      Scratch/Scratch.csproj

20
Scratch/Program.cs

@ -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");
}
}
}
}

13
Scratch/Scratch.csproj

@ -1,13 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\src\ImageSharp.Drawing\ImageSharp.Drawing.csproj" />
<ProjectReference Include="..\src\ImageSharp\ImageSharp.csproj" />
</ItemGroup>
</Project>
Loading…
Cancel
Save