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
- Host: GitHub
- URL: https://github.com/sdwebimage/sdwebimageprogressivejpegdemo
- Owner: SDWebImage
- License: mit
- Created: 2017-10-25T17:04:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T04:05:11.000Z (almost 7 years ago)
- Last Synced: 2025-06-04T02:33:43.766Z (10 months ago)
- Topics: concorde, ios, progressive-jpegs, sdwebimage, swift
- Language: Swift
- Size: 17.6 KB
- Stars: 2
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SDWebImage + Concorde = Progressive JPEG
[](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).