Skip to content
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/decode.h' file not found #28

Open
GuillaumeRossolini opened this issue Dec 13, 2015 · 7 comments
Open

'WebP/decode.h' file not found #28

GuillaumeRossolini opened this issue Dec 13, 2015 · 7 comments

Comments

@GuillaumeRossolini
Copy link

Hi,
I am having the same issue as #1 when installed via cocoapods:

$ pod install
[...]
Using iOS-WebP (0.4)
//
//  UIImage+WebP.h
//  iOS-WebP
//
//  Created by Sean Ooi on 12/21/13.
//  Copyright (c) 2013 Sean Ooi. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <WebP/decode.h>

=> 'WebP/decode.h' file not found

Regards,

@romk1n
Copy link

romk1n commented Oct 21, 2016

@GuillaumeRossolini did you ever found a solution for this?

@GuillaumeRossolini
Copy link
Author

No but I didn't try very hard either. I was hoping for an easy fix on the lib side, like #1.

@rostopira
Copy link

library is dead? same issue here

@GuillaumeRossolini
Copy link
Author

@romk1n @rostopira I definitely recall having loaded webp images in a sample iOS app, which means I found a lib somewhere that does work (if not this one). Don't remember the details off the top of my head, though.

@auryn31
Copy link

auryn31 commented Apr 25, 2017

same issue here
Maybe there is no support anymore

@GuillaumeRossolini
Copy link
Author

The SDWebImage lib (which you might want to use anyway) now includes support for webp

@auryn31
Copy link

auryn31 commented Apr 26, 2017

@GuillaumeRossolini
thanks a lot :-) with this library it works better and faster than with kingfisher :-)
Fund a good example at http://www.oodlestechnologies.com/blogs/Using-SDWebImage-for-WebP-Images-in-Swift
its a little bit old, but at all, it works with some modifications :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants