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

how to support webp image ? #326

Closed
XHTeng opened this issue Oct 25, 2018 · 8 comments
Closed

how to support webp image ? #326

XHTeng opened this issue Oct 25, 2018 · 8 comments

Comments

@XHTeng
Copy link

XHTeng commented Oct 25, 2018

I found that contains libwebp directory , but still can't display webp image , how to solute it ?

image

@bb-cuongnv
Copy link

i use podfile and add to podfile :

pod 'SDWebImage/WebP'

It working for me.

@XHTeng
Copy link
Author

XHTeng commented Oct 25, 2018

i use podfile and add to podfile :

pod 'SDWebImage/WebP'

It working for me.

I did that , and run pod install , but I got this error ,
image
fastimage SDWebImage duplicate with pod SDWebImage .

image

@shemdani
Copy link

shemdani commented Oct 25, 2018 via email

@bb-cuongnv
Copy link

bb-cuongnv commented Oct 26, 2018

@XHTeng

Remove lib FastImage.xcodeproj in libraries on xcode, below image:

screenshot at oct 26 08-06-55

@XHTeng
Copy link
Author

XHTeng commented Oct 26, 2018

@XHTeng

Remove lib FastImage.xcodeproj in libraries on xcode, below image:

screenshot at oct 26 08-06-55

it works , thx !

@XHTeng XHTeng closed this as completed Oct 26, 2018
@evanbinyang
Copy link

Can you use FastImage component after removing FastImage.xcodeproj? @XHTeng

@ds8k
Copy link

ds8k commented Jan 2, 2019

@BBTurtle @XHTeng I'm with @evanbinyang, wouldn't that mean you'd no longer be able to use the FastImage component?

@bb-cuongnv
Copy link

@BBTurtle @XHTeng I'm with @evanbinyang, wouldn't that mean you'd no longer be able to use the FastImage component?

I using podfile in iOS, not link FastImage.xcodeproj and link manual in Android
image

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

5 participants