0

Are there any programs out there to upload a bunch of Android resources to and it will change the image's dimensions according to hdpi and mdpi? I have about 50 different pictures all in hdpi resolution and it would take forever to re-size them all by hand...

Shane
  • 972
  • 2
  • 12
  • 27

2 Answers2

2

I use GIMP and its batch processing feature for resizing multiple files.
GIMP
Batch Process File using GIMP

oks16
  • 1,294
  • 11
  • 16
  • Great! I will look into GIMP – Shane Jul 05 '13 at 04:36
  • +1 for GIMP. Though, bear in mind that simply scaling up/down a UI resources/icons looses detail, they won't look good on screen. They have to be pixel edited, simplifying/adding details and contrast. – S.D. Jul 05 '13 at 04:45
  • Will the resources loose detail if I only scale them down? I understand why they would loose detail scaling them up. – Shane Jul 05 '13 at 14:04
0

Google provides an online service. Just upload the image, it will generate all the images with all folder & you can download it.

https://android-ui-utils.googlecode.com/hg/asset-studio/dist/index.html

Sreejith B Naick
  • 1,203
  • 7
  • 13
  • This would work with single images only. I have about 50 different pictures that need to be re-sized. – Shane Jul 05 '13 at 14:01