Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply transformation is not working #15

Open
Morteza-Rastgoo opened this issue Aug 25, 2020 · 1 comment
Open

Apply transformation is not working #15

Morteza-Rastgoo opened this issue Aug 25, 2020 · 1 comment

Comments

@Morteza-Rastgoo
Copy link

Morteza-Rastgoo commented Aug 25, 2020

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

@chriisduran
Copy link

Same ask for here, transformation is not working

But regards, awesome library, save my day

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants