Skip to content

Commit

Permalink
Update the readme about the framework description.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Jan 29, 2019
1 parent ea2aab5 commit df396b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
[![Platform](https://img.shields.io/cocoapods/p/SDWebImageBPGCoder.svg?style=flat)](http://cocoapods.org/pods/SDWebImageBPGCoder)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/SDWebImage/SDWebImageBPGCoder)

## Example
## What's for

To run the example project, clone the repo, and run `pod install` from the Example directory first.
This is a [SDWebImage](https://github.com/SDWebImage/SDWebImage) coder plugin to add [BPG Image Format](https://bellard.org/bpg/) support. Which is built based on the open-sourced [libbpg](https://github.com/mirrorer/libbpg) codec.

This is a demo to show to build custom decoder for SDWebImage by embedding third-party framework.
This BPG coder plugin currently support static BPG and animated BPG image decoding.

## Requirements

Expand Down

0 comments on commit df396b3

Please sign in to comment.