From df396b31b0d2d4df5069bc2a2b1780854d8c4c2c Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Tue, 29 Jan 2019 21:42:56 +0800 Subject: [PATCH] Update the readme about the framework description. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77264f3..26ae71b 100644 --- a/README.md +++ b/README.md @@ -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