We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, I just check the ImageUtil class, I found that
options.inDither = false options.inPurgeable = true options.inInputShareable = true
are deprecated. I read in this documentation https://developer.android.com/reference/android/graphics/BitmapFactory.Options.html#inPurgeable that inBitmap is the other solution for the deprecated property.
Is there any update to implement that solution ?
The text was updated successfully, but these errors were encountered:
BitmapFactory use inBitmap and remove deprecated property
45fd936
BitmapFactory use inBitmap and remove deprecated property #33
No branches or pull requests
Hey, I just check the ImageUtil class, I found that
are deprecated. I read in this documentation https://developer.android.com/reference/android/graphics/BitmapFactory.Options.html#inPurgeable that inBitmap is the other solution for the deprecated property.
Is there any update to implement that solution ?
The text was updated successfully, but these errors were encountered: