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

Load gif #415

Open
hujuny opened this issue Mar 25, 2021 · 1 comment
Open

Load gif #415

hujuny opened this issue Mar 25, 2021 · 1 comment

Comments

@hujuny
Copy link

hujuny commented Mar 25, 2021

When I use glide to load a gif image and use circleImageView to add rounded corners, CircleImageView loads the gif image and only loads a certain frame of the gif image.

@hdodenhof
Copy link
Owner

What you observed is the expected behavior of the current release. I merged (experimental) support for GIF files a while ago but never got around to properly test and release it. If you want to give it shot, you can switch to a master-Build using Jitpack:

repositories {
    ...
    maven { url 'https://jitpack.io' }
}

dependencies {
    ...
    //implementation 'de.hdodenhof:circleimageview:3.1.0'
    implementation 'com.github.hdodenhof:CircleImageView:master-SNAPSHOT'    
}

Let me know how that works for you.

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

No branches or pull requests

2 participants