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

Gif support #518

Closed
o-antsiferov opened this issue Jan 20, 2014 · 16 comments
Closed

Gif support #518

o-antsiferov opened this issue Jan 20, 2014 · 16 comments
Labels

Comments

@o-antsiferov
Copy link

It would be great if UIL will support GIF animation

@virtualvoid
Copy link

It wont be that easy, because you need UI component to display that
animated gif, however, loading support would be nice.

On Mon, Jan 20, 2014 at 11:52 PM, o-antsiferov notifications@github.comwrote:

It would be great if UIL will support GIF animation


Reply to this email directly or view it on GitHubhttps://github.com//issues/518
.

@o-antsiferov
Copy link
Author

You don't really need to have a custom view for that - it's just one of the possible solutions.

@xmenxwk
Copy link

xmenxwk commented Jan 24, 2014

GIF animation do require custom view, ImageView doesn't support gif itself.

@o-antsiferov
Copy link
Author

ImageView doesn't support git animation as is, but, for example, it's possible to use AnimationDrawable (custom drawable which knows about all gif frames/delays), or set bitmap for to each frame with delay...

@xmenxwk
Copy link

xmenxwk commented Jan 25, 2014

@o-antsiferov
Copy link
Author

It's an incomplete solution, so there is a lot of work to make it really work.

@xmenxwk
Copy link

xmenxwk commented Feb 1, 2014

Yes but it may help

@codeskraps
Copy link

You can always display a gif within a webview

@nostra13
Copy link
Owner

No plans for GIF.

@yankunren
Copy link

support

@shanethmoore
Copy link

This library is called the Android-Universal-Image-Loader.

"No plans for GIF"

@afollestad
Copy link

This feature alone allows Ion by Koush Dutta to beat you.

@wadang
Copy link

wadang commented Dec 9, 2014

It would be great if UIL will support GIF

@brucetoo
Copy link

can someone tell me when i use Universal-Image-Loader to download a gif photos,After downloading,it will like this "@OverRide
public void onLoadingComplete(String imageUri, View view, Bitmap loadedImage) {",I just want to ask it Gif's cache already in Memory?Absolutely,i Have already set DisplayImageOptions,like " .cacheInMemory(true)
.cacheOnDisk(true)"! But I find when I use "ImageLoader.getInstance().getDiskCache().get(src).getAbsolutePath()" to get cache in callback method onLoadingComplete(...),It sometimes actually Null, Why ? Somebody help~

@andrejvanderzee
Copy link

Glide does support animated GIF

@VihaanVerma89
Copy link

would be great if it supports gif +1

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

No branches or pull requests