GlideToVectorYou icon indicating copy to clipboard operation
GlideToVectorYou copied to clipboard

Apply transformation is not working

Open Morteza-Rastgoo opened this issue 4 years ago • 1 comments

I use .circleCrop() this way but it is not applied to the image:


 GlideToVectorYou
                    .init()
                    .with(context)
                    .requestBuilder
                    .load(url)
                    .circleCrop()
                    .into(imageView)

Also any kind of .apply(RequestOptions.bitmapTransform(transformation)) is not working either

Morteza-Rastgoo avatar Aug 25 '20 08:08 Morteza-Rastgoo

Same ask for here, transformation is not working

But regards, awesome library, save my day

chriisduran avatar Feb 02 '21 03:02 chriisduran