Skip to content

Commit 0507ab1

Browse files
committed
Update README.md
1 parent c081b63 commit 0507ab1

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
# Swift-WebP
22

3-
[![Build Status](https://travis-ci.org/ainame/Swift-WebP.svg?branch=travis-ci-release)](https://travis-ci.org/ainame/Swift-WebP)
4-
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
5-
6-
<!-- <a href="https://placehold.it/400?text=Screen+shot"><img width=200 height=200 src="https://placehold.it/400?text=Screen+shot" alt="Screenshot" /></a> -->
7-
8-
Swift Wrapper of libwebp
9-
10-
### Target
11-
12-
Swift-WebP aims to deal with image processing flexibly for WebP format in Swift unlike an image loading library; such as SDWebImage. So this library allows you to use many features libwebp has without hassles to use C API from Swift. And also you don't need to install libwebp by yourself if you install this via Carthage. This contains it inside the framework.
13-
3+
Swift-WebP provides libwebp APIs in Swift manner for both encoding and decoding.
144

155
### Support Versions:
166

@@ -72,7 +62,7 @@ queue.async {
7262

7363
## Example
7464

75-
Please check example projects
65+
Please check example project
7666

7767
## Installation
7868

0 commit comments

Comments
 (0)