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

Scaling GIF images #244

Open
hxgJG opened this issue May 24, 2023 · 1 comment
Open

Scaling GIF images #244

hxgJG opened this issue May 24, 2023 · 1 comment

Comments

@hxgJG
Copy link

hxgJG commented May 24, 2023

Why doesn't support scaling GIF images?

@saket
Copy link

saket commented Jun 8, 2023

This is because the library's gesture detector is tightly coupled with its sub-sampling image viewer. You could use a separate gesture detector when GIFs are displayed but you'll have to be careful to use something that looks and feels the same to prevent an inconsistent experience between bitmaps and GIFs.

If you're using Compose UI, I recently published telephoto that solves this problem.

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