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

How to apply different corner values for each corner with RoundedCornersTransformation #181

Open alaa-abuzarifa opened 4 years ago

alaa-abuzarifa commented 4 years ago

I want to set specific corner values for each corner, like this one:

image

wolongalick commented 3 years ago

I have the same problem

appspell commented 3 years ago

@alaa-abuzarifa @wolongalick I've created a PR for it https://github.com/wasabeef/glide-transformations/pull/188 Could you review it carefully?