- What is WEBP?
- How does iOS support images in WEBP format?
What is WEBP? Click here to see what is WEBP.
How does iOS support images in WEBP format?
in the development of iOS, we will basically use the Open Source Library sdwebimage to get the network picture, just sdwebimage also support the loading of WEBP format picture. So how to let Sdwebimage support WEBP format picture loading it? Very simple, the steps are as follows:1. Project introduction of Sdwebimage open Source Library;2. Introduction of WEBP.FRAMEWORK,:HTTPS://GITHUB.COM/SEANOOI/IOS-WEBP. (manually dragged into, or cocoapods, will not cocoapods children's shoes can go to google Baidu a bit)
3. Let Sdwebimage support WEBP, set the following build Settings--preprocessor Macros, add sd_webp=1,
4. OK, run your program, you can see the WEBP format of the picture can also be loaded smoothly.
Coding Happy,o (∩_∩) o~
Reference Documents: Http://stackoverflow.com/questions/18012527/how-to-load-a-webp-image-with-sdwebimage
http://isux.tencent.com/introduction-of-webp.html
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
iOS development----Sdwebimage supports images in WEBP format