Assuming that I have shot a picture with 400*800 pixels. I know how to convert this picture from one density into another density. But which one is the first (when i create a new picture)?
Asked
Active
Viewed 77 times
1
-
What size will you be showing the image in your application? – John P. Feb 14 '15 at 02:47
-
400*800 is "close to" 480*800 (WVGA), which is the `typical` **hdpi** resolution for phones (some use 480*854 / FWVGA). So, I'd say this is suitable for the `drawable-hdpi` folder. – Phantômaxx Feb 14 '15 at 08:52
-
My image will use full width and 2/3 full height on vertical orientation. Is there a pixel-range for mdpi? – skymedium Feb 14 '15 at 17:00
-
In **phones**, the typical mdpi resolution was 240*320. – Phantômaxx Feb 14 '15 at 20:10
1 Answers
1
I found a good screen size overview: Stackoverflow
This pixel-calculator is useful too: Pixel Calculator