Skip to content
This repository was archived by the owner on Mar 22, 2026. It is now read-only.
This repository was archived by the owner on Mar 22, 2026. It is now read-only.

Android image loader uses BitmapOptions for URLs, but not resources  #52

Description

@GoogleCodeExporter
This code should either be in both bitmap load paths or neither. Needs testing 
on lower-end devices to see if this improves performance or not:

          BitmapFactory.Options options = new BitmapFactory.Options();
          options.inDither = true;
          options.inPreferredConfig = AndroidPlatform.instance.preferredBitmapConfig;
          options.inScaled = false;

Original issue reported on code.google.com by mmast...@gmail.com on 4 Jul 2011 at 4:12

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions