seanooi / iOS-WebP

Google's WebP image format decoder and encoder for iOS
http://seanooi.github.io/iOS-WebP/
MIT License
856 stars 138 forks source link

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

Open GuillaumeRossolini opened 8 years ago

GuillaumeRossolini commented 8 years ago

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 commented 8 years ago

@GuillaumeRossolini did you ever found a solution for this?

GuillaumeRossolini commented 8 years ago

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

rostopira commented 7 years ago

library is dead? same issue here

GuillaumeRossolini commented 7 years ago

@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 commented 7 years ago

same issue here Maybe there is no support anymore

GuillaumeRossolini commented 7 years ago

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

auryn31 commented 7 years ago

@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 :-)