mirror of https://github.com/SixLabors/ImageSharp
2 changed files with 0 additions and 33 deletions
@ -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"); |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
@ -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…
Reference in new issue