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

Custom radius for each corner #188

Open appspell opened 3 years ago

appspell commented 3 years ago

What does this change?

You may set a different radius for each corner Issue: https://github.com/wasabeef/glide-transformations/issues/181

What is the value of this and can you measure success?

You can use CornerType.ALL to show a different radius for each corner

Screenshots

Screenshot 2020-12-19 at 01 17 37
appspell commented 3 years ago

it seems it's competeley abandoned