From 2fd13ee349608148af7985d2914b194bbf5d28e2 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Sun, 25 Mar 2018 16:12:22 +1100 Subject: [PATCH] Fix logo and links --- README.md | 28 +++++++++++-------- .../ImageSharp.Drawing.csproj | 2 +- src/ImageSharp/ImageSharp.csproj | 2 +- 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d10178c78..638a392be 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,22 @@

- ImageSharp -
- ImageSharp -
-
- GitHub license - Gitter - Twitter - OpenCollective - OpenCollective + +SixLabors.ImageSharp +
+
+SixLabors.ImageSharp

+ +
+ +[![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/SixLabors/ImageSharp/master/LICENSE) +[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ImageSharp/General?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=flat&logo=twitter)](https://twitter.com/intent/tweet?hashtags=imagesharp,dotnet,oss&text=ImageSharp.+A+new+cross-platform+2D+graphics+API+in+C%23&url=https%3a%2f%2fgithub.com%2fSixLabors%2fImageSharp&via=sixlabors) +[![OpenCollective](https://opencollective.com/imagesharp/backers/badge.svg)](#backers) +[![OpenCollective](https://opencollective.com/imagesharp/sponsors/badge.svg)](#sponsors) + +
+ ### **ImageSharp** is a new, fully featured, fully managed, cross-platform, 2D graphics API. Designed to democratize image processing, ImageSharp brings you an incredibly powerful yet beautifully simple API. @@ -21,7 +27,7 @@ Built against .Net Standard 1.1 ImageSharp can be used in device, cloud, and emb ### Installation -Install stable releases via Nuget;evelopment releases are available via MyGet. +Install stable releases via Nuget; development releases are available via MyGet. | Package Name | Release (NuGet) | Nightly (MyGet) | |--------------------------------|-----------------|-----------------| diff --git a/src/ImageSharp.Drawing/ImageSharp.Drawing.csproj b/src/ImageSharp.Drawing/ImageSharp.Drawing.csproj index 2c4a286d6..767a66200 100644 --- a/src/ImageSharp.Drawing/ImageSharp.Drawing.csproj +++ b/src/ImageSharp.Drawing/ImageSharp.Drawing.csproj @@ -11,7 +11,7 @@ SixLabors.ImageSharp.Drawing SixLabors.ImageSharp.Drawing Image Draw Shape Path Font - https://raw.githubusercontent.com/SixLabors/ImageSharp/master/build/icons/imagesharp-logo-128.png + https://raw.githubusercontent.com/SixLabors/Branding/master/icons/imagesharp/sixlabors.imagesharp.128.png https://github.com/SixLabors/ImageSharp http://www.apache.org/licenses/LICENSE-2.0 git diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj index 443383679..2715ea61a 100644 --- a/src/ImageSharp/ImageSharp.csproj +++ b/src/ImageSharp/ImageSharp.csproj @@ -11,7 +11,7 @@ SixLabors.ImageSharp SixLabors.ImageSharp Image Resize Crop Gif Jpg Jpeg Bitmap Png Core - https://raw.githubusercontent.com/SixLabors/ImageSharp/master/build/icons/imagesharp-logo-128.png + https://raw.githubusercontent.com/SixLabors/Branding/master/icons/imagesharp/sixlabors.imagesharp.128.png https://github.com/SixLabors/ImageSharp http://www.apache.org/licenses/LICENSE-2.0 git