Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 2.06 KB

README.md

File metadata and controls

46 lines (29 loc) · 2.06 KB

gimp-android-xdpi

Gimp plugin to export images or icons for any android density : gimpfu_android_xdpi.py

Plugin Screenshot

Installation

  • Download the script gimpfu_android_xdpi.py, save into your gimp plugin directory, ie: ~/.gimp-2.6/plug-ins/gimpfu_android_xdpi.py
  • Restart Gimp
  • Run script via Filters/Android/Write Android XDPIs...

Usage

  • Select area to export.
  • Run the plugin from Filters -> Android -> Write Android XDPIs...
  • Enter the target DP width.
  • Choose density folders to export to : ldpi / mdpi / hdpi / xhdpi / xxhdpi / xxxhdpi.

Example

To write you app icon directly from you full size picture, select area for your icon :

icon selection

Use the reference values for an app icon, 48px on mdpi :

Plugin Screenshot

  1. select your app res folder
  2. Pick drawable or mipmap as your export folder prefix
  3. type icon as the image base name
  4. select image DP width of 48
  5. select densities to export
  6. select image format png

Icon or Image resources for all densities will be scaled and written accordingly. You will be warned if an image has been upscaled

export result