Android image resizer tools


In Android app development design is very tuff task to manage all screen size so we need to images for every screen size.It is painful task to resize image for all screen size. Now i want to share a available resize tool.

  1. android_img_resizer (Command line using ImageMagick )
  2. Final Android Resizer (Executable jar )
  3. FRED (Executable jar )
  4. Android Resizer Toolkit (Photoshop plugin)
  5. android-asset-resizer  (Command line using python)
  6. AndroidImageResizer (Command line using ImageMagick)



android_img_resizer

Android Image Resizer is a tool to resize android project image files(Drawables) with the proper sizes.


Installation step & source from link

Final Android Resizer 

Select starting density
Select res directory, so you don't have to move the resized files
Resize several images at once (Drag & Drop)
Select output densities (ldpi, mdpi, tvdpi, hdpi, xhdpi, xxhdpi, xxxhdpi)
Preserve the image format (jpg,png)

Download & source from link 

FRED

While designing your layouts, use the Nexus 4 and its resolution (1280x768) as the base. After that, slice and export all your image resources.

Then, launch Fred and drag and drop the folder with the images on it. Fred will resize all and create the drawable-xhdpi, drawable-hdpi, drawable-mdpi and (maybe) drawable-ldpi folders for you. After that, just move them to your Android project.

Download & source from link 

Android Resizer Toolkit

With this panel you will be able to generate a set of icons for the main Android dpi resolutions (xhdpi, hdpi, mdpi, ldpi), from a single image or even from a grid of images. As an example, you can create an animation using your favorite tool (for instance Flash Pro), generate a spritesheet and then export each single image directly in your project (the tool will take care of creating the corresponding drawable folders if they do not exist).


Download & source from link 

android-asset-resizer

A command-line utility for generating Android drawables in the required densities.The Android asset resizer can be used to generate drawable assets from a larger source image, like an iOS @2x asset or an xhdpi drawable.

The script will generate the expected mdpi, hdpi, xhdpi and xxhdpi assets from the source image.



Download & source from link 

AndroidImageResizer


A Node.js + ImageMagick script for resizing images for Android apps.
Installation step & source from link

0 Response to Android image resizer tools

Post a Comment

Search This Blog