Make Android/iOS resized icons package online

Major mobile systems require you provide a set of image of same icon resized to support different DPI screens. This is a very boring step in develop your app but fortunately it exist some tool able to automatically make the job for us. 

 


If you develop using "native" IDE probably the tool you require is already provided by the IDE itself, usually as plugin or something similar. However if you develop using different environment it exist some online services able to make the job in the same way and without any additional cost.

There is no need to additional explanation about the service. Basically you have to upload the icon/image you want to resize and the service will create a zip file with inside the image resized in all current format (for example ldpi, mdpi, ldpi, xhdpi, xxhdpi, xxxhdpi in case of Android). Follow some of the best service I found: 




Comments

Popular posts from this blog

Access GPIO from Linux user space

Android: adb push and read-only file system error

Tree in SQL database: The Nested Set Model