0

I download a image with following properties using AsyncTask and then resize and down sample using the logic in this url. In addition image loaded in ARGB_8888 config to in memory (image is a jpg file).

When I segment this image to small images and draw those segments to a canvas, drawbitmap() is significantly slow.

Questions

  1. Is 600 dpi the issue?
  2. Does'nt the down sampling take care of dpi scaling?
  3. What is the best dpi for an app running on phones and tablets.

enter image description here

Community
  • 1
  • 1
pats
  • 1,273
  • 2
  • 20
  • 43

0 Answers0