An open API service indexing awesome lists of open source software.

https://github.com/sdwebimage/sdwebimageprogressivejpegdemo

Demo project of using SDWebImage + Concorde for Progressive JPEG support
https://github.com/sdwebimage/sdwebimageprogressivejpegdemo

concorde ios progressive-jpegs sdwebimage swift

Last synced: 10 months ago
JSON representation

Demo project of using SDWebImage + Concorde for Progressive JPEG support

Awesome Lists containing this project

README

          

# SDWebImage + Concorde = Progressive JPEG

[![CI Status](http://img.shields.io/travis/SDWebImage/SDWebImageProgressiveJPEGDemo.svg?style=flat)](https://travis-ci.org/SDWebImage/SDWebImageProgressiveJPEGDemo)

The SDWebImage (>= 4.2.0) allows pluginable coders.
A good example of using this feature is supporting Progressive JPEG.
Take a look at this example where Concorde is plugged in SDWebImage coders.

## How to run the demo

1. Clone this repo (or just download)
2. Run `pod install`
3. Stop! Hammertime
4. Open `SDWebImageProgressiveJPEGDemo.xcworkspace`, build and run

## Requirements

- iOS 10 or later

## Installation

- Run `pod install` under the project root directory.

## Author

- [Bogdan Poplauschi](https://github.com/bpoplauschi)

## License

- This project is available under the [MIT license](LICENSE).