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 show gif picture #54

Closed
Paul1121 opened this issue Jul 13, 2017 · 7 comments
Closed

how to show gif picture #54

Paul1121 opened this issue Jul 13, 2017 · 7 comments

Comments

@Paul1121
Copy link

how to show gif picture

@Piasy
Copy link
Owner

Piasy commented Jul 13, 2017

SSIV doesn't support gif

@Paul1121
Copy link
Author

不用SSIV呢?

@Paul1121
Copy link
Author

使用FrescoImageLoader加载,Fresco是支持加载gif图片的,
Uri uri;
DraweeController controller = Fresco.newDraweeControllerBuilder()
.setUri(uri)
.setAutoPlayAnimations(true)
. // 其他设置(如果有的话)
.build();
mSimpleDraweeView.setController(controller);

@Paul1121
Copy link
Author

能不能支持gif,不要缩放这些,不能支持的话就算了

@Piasy
Copy link
Owner

Piasy commented Oct 2, 2017

Track #5

@Piasy Piasy closed this as completed Oct 2, 2017
@Paul1121
Copy link
Author

干嘛关了问题?

@Piasy
Copy link
Owner

Piasy commented Oct 31, 2017

As I said, track #5.

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

2 participants