|
|
|
@ -27,11 +27,12 @@ Built against .Net Standard 1.1 ImageSharp can be used in device, cloud, and emb |
|
|
|
|
|
|
|
|
|
|
|
### Installation |
|
|
|
At present the code is pre-release but when ready it will be available on [Nuget](http://www.nuget.org). |
|
|
|
|
|
|
|
**Pre-release downloads** |
|
|
|
|
|
|
|
We already have a [MyGet package repository](https://www.myget.org/gallery/sixlabors) - for bleeding-edge / development NuGet releases. |
|
|
|
| Package Name | Release (NuGet) | Nightly (MyGet) | |
|
|
|
|--------------------------------|-----------------|-----------------| |
|
|
|
| `SixLabors.ImageSharp` | [](https://www.nuget.org/packages/SixLabors.ImageSharp/) | [](https://www.myget.org/feed/sixlabors/package/nuget/SixLabors.ImageSharp) | |
|
|
|
| `SixLabors.ImageSharp.Drawing` | [](https://www.nuget.org/packages/SixLabors.ImageSharp.Drawing/) | [](https://www.myget.org/feed/sixlabors/package/nuget/SixLabors.ImageSharp.Drawing) | |
|
|
|
| `SixLabors.ImageSharp.Web` | [](https://www.nuget.org/packages/SixLabors.ImageSharp.Web/) | [](https://www.myget.org/feed/sixlabors/package/nuget/SixLabors.ImageSharp.Web) | |
|
|
|
|
|
|
|
### Packages |
|
|
|
|
|
|
|
@ -49,6 +50,9 @@ Packages include: |
|
|
|
- Various vector drawing methods for drawing paths, polygons etc. |
|
|
|
- Text drawing. |
|
|
|
|
|
|
|
- **SixLabors.ImageSharp.Web** |
|
|
|
- Extensible middleware for ASP.NET Core projects that allows processing and caching of images. |
|
|
|
|
|
|
|
### Manual build |
|
|
|
|
|
|
|
If you prefer, you can compile ImageSharp yourself (please do and help!), you'll need: |
|
|
|
|