-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebP support #410
Comments
When I try to integrate this version, it gives me webp/decode.h file not found |
I guess you directly added sdwebimage source files to your project. You thus need to add new sources files under the WebP group of the SDWebImage project. Do not forget to fetch the new submodule of the project as well. |
You need to import those files as well: Make sure you typed the following commands in the SDWebImage repository:
You may also use the If none of this worked, tell me more about the way you installed SDWebImage into you project. |
You certainly miss the path to the libwebp src directory in your |
When I download the master the webp library doesn't come along with it? How can I include this in my project? |
Github download doesn't fetch submodules. You may want to use git clone with |
try #include "webp/decode.h" |
Official Google WebP doc :
https://developers.google.com/speed/webp/
And also :
http://www.ioncannon.net/programming/1483/using-webp-to-reduce-native-ios-app-size/
The text was updated successfully, but these errors were encountered: