Akash049 / android-ui-utils

Automatically exported from code.google.com/p/android-ui-utils
0 stars 0 forks source link

Batch Conversion of resources #158

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
More often than not we're working throughout a project and using only a Galaxy 
Nexus or other XHDPI device, that way through most of the development we only 
have PNGs on the XHDPI folder and at the end want to generate the other folders 
following the Android sizing.

Currently if I try one by one in any of the existing categories it will also 
resize my xhpdi (e.g. 96px for launcher icons).

That way would be great to have an option I could upload all my XHPDI assets 
and in one go download the zip file with the other folders.

Original issue reported on code.google.com by ronaldo....@grapplemobile.com on 29 Aug 2012 at 9:56

GoogleCodeExporter commented 8 years ago
The asset studio isn't really designed for this. I'd recommend using 
ImageMagick to do this kind of batch resizing.

Original comment by romannu...@google.com on 30 Aug 2012 at 3:03