Skip to content

Commit e22166f

Browse files
committed
Update readme.md
Added link to Nuget package.
1 parent e33975e commit e22166f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

readme.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# libwebp wrapper for .NET 2.0 and higher
22

3+
This library is available on Nuget as [Imazen.WebP](http://nuget.org/packages/Imazen.WebP).
4+
35
This wrapper was created due to Noesis Innovation's abandonment of http://webp.codeplex.com/
46

5-
Our goals are also a bit different:
7+
Our goals are also a bit more ambitious:
68

7-
1. Offer low-level P/Invoke exposure for the full libwebp API.
8-
2. Be binary compatible with as-is NMake builds of libwebp (no custom C/C++)
9-
3. Offer a simple encode/decode API
9+
1. Offer low-level P/Invoke exposure for the full libwebp API (complete, partially tested).
10+
2. Be binary compatible with as-is NMake builds of libwebp (no custom C/C++) (complete).
11+
3. Offer a simple encode/decode API (complete).
1012
4. Offer a more detailed encode/decode API for more complex use cases (not yet completed).
1113

1214

@@ -18,4 +20,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
1820

1921
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2022

21-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)