All Projects → ncornette → Gimp Android Xdpi

ncornette / Gimp Android Xdpi

Gimp plugin to write images and icons for all android densities

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Gimp Android Xdpi

Styled Icons
💅 Popular icon packs like Font Awesome, Material Design, and Octicons, available as React Styled Components
Stars: ✭ 1,878 (+1096.18%)
Mutual labels:  icons
Iconfontsimagelist
Components to simplify use of "Icon fonts": resize, color, opacity and more... with full support for High-DPI apps. Rendering optimized with GDI+
Stars: ✭ 147 (-6.37%)
Mutual labels:  icons
Cryptocurrency Icons
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
Stars: ✭ 2,116 (+1247.77%)
Mutual labels:  icons
Circle Flags
A collection of 300+ minimal circular SVG country flags
Stars: ✭ 139 (-11.46%)
Mutual labels:  icons
La Capitaine Icon Theme
La Capitaine is an icon pack designed to integrate with most desktop environments. The set of icons takes inspiration from the latest iterations of macOS and Google's Material Design.
Stars: ✭ 1,858 (+1083.44%)
Mutual labels:  icons
Simple Line Icons
Simple and Minimal Line Icons
Stars: ✭ 1,815 (+1056.05%)
Mutual labels:  icons
Koukicons flutter
🍪 Colorful Icons for your Flutter App
Stars: ✭ 136 (-13.38%)
Mutual labels:  icons
Faviator
A simple easy favicon generator.
Stars: ✭ 155 (-1.27%)
Mutual labels:  icons
Iterm2 Icons
Replacement icon for iTerm2 or other macOS terminal apps. Designed for Big Sur.
Stars: ✭ 146 (-7.01%)
Mutual labels:  icons
Chinese Lunar Calendar For Mac
Chinese Lunar Calendar for Mac
Stars: ✭ 150 (-4.46%)
Mutual labels:  icons
Mode Icons
Show icons instead of mode names
Stars: ✭ 140 (-10.83%)
Mutual labels:  icons
Coreui Icons
CoreUI Free Icons - Premium designed free icon set with marks in SVG, Webfont and raster formats
Stars: ✭ 1,813 (+1054.78%)
Mutual labels:  icons
Terminal Icons
Beautiful icons for your favourite terminal apps like Hyper and iTerm2
Stars: ✭ 149 (-5.1%)
Mutual labels:  icons
Glyphs
A dynamic design system for managing large icon sets in Figma and using them on the web
Stars: ✭ 140 (-10.83%)
Mutual labels:  icons
React Ionicons
A React Ionicon component https://react-ionicons.netlify.app/
Stars: ✭ 153 (-2.55%)
Mutual labels:  icons
Fluky
🎲 Loading based on random icons
Stars: ✭ 136 (-13.38%)
Mutual labels:  icons
Yii2 Fontawesome
Asset Bundle for Yii2 with Font Awesome http://fortawesome.github.io/Font-Awesome/
Stars: ✭ 149 (-5.1%)
Mutual labels:  icons
Glyphfriend
Glyphfriend is a Visual Studio Extension to add previews for various icon/glyph fonts to Visual Studio.
Stars: ✭ 157 (+0%)
Mutual labels:  icons
Aegis Icons
Unofficial 2FA entry icons for open source Android authenticator Aegis
Stars: ✭ 153 (-2.55%)
Mutual labels:  icons
Svgtofont
Read a set of SVG icons and ouput a TTF/EOT/WOFF/WOFF2/SVG font.
Stars: ✭ 149 (-5.1%)
Mutual labels:  icons

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
  • On Linux or MacOSX you need to set the script file to be executable. (chmod +x 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, except that by default upscaled images won't be upscaled. You can force creating upscaled images by using the appropiate option.

export result

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].