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
No description provided.
The text was updated successfully, but these errors were encountered:
36d52a4
There's a comment in Downsampler.java referencing this issue:
private static Bitmap.Config getConfig(InputStream is, DecodeFormat format) { // Changing configs can cause skewing on 4.1, see issue #128. if (format == DecodeFormat.ALWAYS_ARGB_8888 || format == DecodeFormat.PREFER_ARGB_8888 || Build.VERSION.SDK_INT == Build.VERSION_CODES.JELLY_BEAN) { return Bitmap.Config.ARGB_8888; } ...
is this the correct issue to reference?
Sorry, something went wrong.
Good catch, it's the next one (129).
sjudd
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: