wasabeef / glide-transformations

An Android transformation library providing a variety of image transformations for Glide.
Apache License 2.0
9.9k stars 1.41k forks source link

RoundedCornersTransformation doesn't work with video #195

Closed pnurep closed 3 years ago

pnurep commented 3 years ago

It pretty works with normal images but doesn't work with videos like this (content://com.android.providers.media.documents/document/video%3A28)

The pic's thumbnails are rounded, but the video's thumbnails don't change. So in the end, I'm using the original RoundedCorners.

Please let me know how to handle this situation. thank you!

pnurep commented 3 years ago

My bad... this issue is shouldn't be here

this issues was for (https://github.com/wasabeef/transformers)

so i'm closing this issue!