send link to app

This is a Android resource tool that resizes any number of images in any common image format to jpg and png files to be used in Android development.

Choose to export from any dpi level, to any dpi level from LDI to XXXHDPI. The tool creates a res folder (if you have not selected your res folder as output) with all its selected dpi levels drawable-"dpi" folders.

Input:
My-Image.tif

Output:
res/drawable-ldpi/my_image.jpg
res/drawable-mdpi/my_image.jpg
res/drawable-hdpi/my_image.jpg
res/drawable-xhdpi/my_image.jpg
res/drawable-xxhdpi/my_image.jpg
res/drawable-xxxhdpi/my_image.jpg

Png files will be exported as png files, preserving transparency. All other image formats will export as jpg with the selected compression level.

Any illegal characters in file names will be replaced with underscore to allow error free Android compilation.