From b272e7a60eb5d056c3889e81fbf9111aa0f8bd90 Mon Sep 17 00:00:00 2001 From: Frank Arkhurst Odoom Date: Mon, 6 Sep 2021 06:31:39 +0000 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80ea5fb..522827f 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ The encoder contains a lot advanced parameters. LibWebP.Net supports libWebp's a # Licence ```` -Copyright 2021 Frank Odoom +Copyright 2021 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From f793f5e2315c4f2214f6b6683fa362751df471c7 Mon Sep 17 00:00:00 2001 From: Frank Arkhurst Odoom Date: Mon, 6 Sep 2021 06:59:00 +0000 Subject: [PATCH 2/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 522827f..e93004e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # libwebp.net -An asynchronuous crossplatform utility for encoding images to Google's [.webp](https://developers.google.com/speed/webp) format. Seemlessly compress images to lossy and lossless formats in your .NET projects to improve network performance and reduce file size on disk. WebP generally has better compression than JPEG, PNG and GIF and is designed to supersede them. You can see the library in action by using the [webclient](http://libwebp.azurewebsites.net/) , your result will be downloaded into your browser. +An asynchronuous utility for encoding images to Google's [.webp](https://developers.google.com/speed/webp) format. Seemlessly compress images to lossy and lossless formats in your .NET projects to improve network performance and reduce file size on disk. WebP generally has better compression than JPEG, PNG and GIF and is designed to supersede them. You can see the library in action by using the [webclient](http://libwebp.azurewebsites.net/) , your result will be downloaded into your browser. # Using the Library @@ -40,7 +40,7 @@ Below shows the basic use of the library using a console app. ``` ### Asp.Net Core -Below demonstrates how the library is used in Asp.Net Core to convert uploaded images. +Below demonstrates how the library is used in Asp.Net Core to convert uploaded images. This is currently supported only on Windows Server. ```csharp public async Task UploadAsync(IFormFile file) From b0297d93412c68af907f04cc6627b282c0f020a8 Mon Sep 17 00:00:00 2001 From: Frank Arkhurst Odoom Date: Mon, 6 Sep 2021 07:06:58 +0000 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e93004e..3a22430 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # libwebp.net -An asynchronuous utility for encoding images to Google's [.webp](https://developers.google.com/speed/webp) format. Seemlessly compress images to lossy and lossless formats in your .NET projects to improve network performance and reduce file size on disk. WebP generally has better compression than JPEG, PNG and GIF and is designed to supersede them. You can see the library in action by using the [webclient](http://libwebp.azurewebsites.net/) , your result will be downloaded into your browser. +An asynchronuous utility for encoding images to Google's [.webp](https://developers.google.com/speed/webp) format. Seemlessly compress images to lossy and lossless formats in your .NET projects (Currently supports Windows Environment) to improve network performance and reduce file size on disk. WebP generally has better compression than JPEG, PNG and GIF and is designed to supersede them. You can see the library in action by using the [webclient](http://libwebp.azurewebsites.net/) , your result will be downloaded into your browser. # Using the Library From fd5650b400147a05d1dd83e3c5d48e3aec1485a7 Mon Sep 17 00:00:00 2001 From: Frank Arkhurst Odoom Date: Mon, 6 Sep 2021 21:05:35 +0000 Subject: [PATCH 4/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a22430..4a9845a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # libwebp.net -An asynchronuous utility for encoding images to Google's [.webp](https://developers.google.com/speed/webp) format. Seemlessly compress images to lossy and lossless formats in your .NET projects (Currently supports Windows Environment) to improve network performance and reduce file size on disk. WebP generally has better compression than JPEG, PNG and GIF and is designed to supersede them. You can see the library in action by using the [webclient](http://libwebp.azurewebsites.net/) , your result will be downloaded into your browser. +An asynchronuous utility for encoding images to Google's [.webp](https://developers.google.com/speed/webp) format. Seemlessly compress images to lossy and lossless formats in your .NET projectsto improve network performance and reduce file size on disk. WebP generally has better compression than JPEG, PNG and GIF and is designed to supersede them. You can see the library in action by using the [webclient](http://libwebp.azurewebsites.net/) , your result will be downloaded into your browser. # Using the Library @@ -40,7 +40,7 @@ Below shows the basic use of the library using a console app. ``` ### Asp.Net Core -Below demonstrates how the library is used in Asp.Net Core to convert uploaded images. This is currently supported only on Windows Server. +Below demonstrates how the library is used in Asp.Net Core to convert uploaded images. This library is currently supported only in Windows Environments. ```csharp public async Task UploadAsync(IFormFile file) From cd9b81e2f1171f0da96b857569457838f0ea1220 Mon Sep 17 00:00:00 2001 From: Frank Arkhurst Odoom Date: Tue, 7 Sep 2021 17:25:44 +0000 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a9845a..95e3f43 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # libwebp.net -An asynchronuous utility for encoding images to Google's [.webp](https://developers.google.com/speed/webp) format. Seemlessly compress images to lossy and lossless formats in your .NET projectsto improve network performance and reduce file size on disk. WebP generally has better compression than JPEG, PNG and GIF and is designed to supersede them. You can see the library in action by using the [webclient](http://libwebp.azurewebsites.net/) , your result will be downloaded into your browser. +An asynchronuous utility for encoding images to Google's [.webp](https://developers.google.com/speed/webp) format. Seemlessly compress images to lossy and lossless formats in your .NET projects to improve network performance and reduce file size on disk. WebP generally has better compression than JPEG, PNG and GIF and is designed to supersede them. You can see the library in action by using the [webclient](http://libwebp.azurewebsites.net/) , your result will be downloaded into your browser. # Using the Library