*** IPHONE 5 SUPPORT***
Multiple screen density converter is an utility application that lets you know at what size an image must be resized to fit perfectly in a screen with another density.
This application the main densities: ldpi, mdpi, hdpi, xhdpi.
Lets see and example:
The designer designs a button that has a dimension of 100x44.
- User enters: 100 (pixels width)
- Application returns the dimensions in ldpi, mdpi, hdpi, xhdpi (50px,66px,100px,133px) with hdpi as density base.
Quite useful isnt it? :)