You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem when try to load GIF image into an ImageView with a Circle Transformation.
If I load GIF image without transformation, the image is loaded without any problem and the GIF animation works. But, when I try to perform Circle Transformation to the image, the animation work, but the transformation (circle crop) doesn't work.
This is the GIF image:
And this is what I want (Image is crooped, but also it should be run):
I observed that the Circle Transformation is performed before GIF image frame fully loaded so the image become circle. But when it has loaded, the image become square again.
I have a problem when try to load GIF image into an ImageView with a Circle Transformation.
If I load GIF image without transformation, the image is loaded without any problem and the GIF animation works. But, when I try to perform Circle Transformation to the image, the animation work, but the transformation (circle crop) doesn't work.
This is the GIF image:
And this is what I want (Image is crooped, but also it should be run):
I observed that the Circle Transformation is performed before GIF image frame fully loaded so the image become circle. But when it has loaded, the image become square again.
here is my code:
CircleTransform
The text was updated successfully, but these errors were encountered: