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

lib not work #176

Open
MoustafaElsaghier opened this issue May 12, 2020 · 1 comment
Open

lib not work #176

MoustafaElsaghier opened this issue May 12, 2020 · 1 comment

Comments

@MoustafaElsaghier
Copy link

I'm new to use this lib and my code working perfect, when i added the transformation it fails to load images

 Glide.with(context).load(arr.get(position).geturl())
                        .centerCrop()
                        .apply(RequestOptions.bitmapTransform(new RoundedCornersTransformation(context, 0, 0)))
                        .into(holder.image);
  • Device: all android devices
  • OS: android

I'me using this

    implementation 'com.github.bumptech.glide:glide:4.11.0'
    implementation 'jp.wasabeef:glide-transformations:2.0.1'
@RWitak
Copy link

RWitak commented May 14, 2020

Have you checked if your images might be too large? There is a limit of 4096x4096 you might have to work around to show images larger than that.

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