Still manually scaling images for Android drawable folders? Come on now. Mako is here to help.
Mako is a no-nonsense, drag-and-drop image importer plugin for Android Studio and IntelliJ IDEA.
It lets you import your xxxhdpi images and automatically scales them into the proper
Android density-specific drawable directories
like:
drawable-mdpi/drawable-hdpi/drawable-xhdpi/drawable-xxhdpi/drawable-xxxhdpi/
Need a drawable-night-xxhdpi or drawable-de-xxhdpi instead? No problem — just enter a modifier.
Drag in your xxxhdpi image(s) — and you’re done.
- ✅ Drag and drop to import images
- ✅ Automatically scales
xxxhdpiimages down to all required densities - ✅ Supports custom folder modifiers like
drawable-night-xxhdpiordrawable-zh-xxhdpi - ✅ Supports common formats: PNG, JPG, JPEG, and yes... WebP!
- ✅ Uses only native Java libraries for fast, dependency-free image scaling
- ✅ Multi-image batch import with preview
- ✅ Designed with simplicity for your everyday Android developers
- ✅ Open source and friendly ❤️
- ✅ Localised in:
- English (
en) - Chinese Simplified (
zh) - Japanese (
jp) - Spanish (
es) - Portuguese (Brazil) (
pt-BR)
- English (
Option 1 - JetBrains Plugin Marketplace
JetBrains Plugin Marketplace - Mako Android Drawable Importer
Option 2 - Manual Installation via ZIP
Click here to download the ZIP.
- PNG
- JPG / JPEG
- WebP
❗ We wanted to support JPEG XL, but it’s still not widely supported on the JVM side (yet!). Keep an eye out though.
- Open your Android project and right-click on your
respackage, it will haveMako Android Drawable Importerjust underneathPaste. - You provide a high-resolution
xxxhdpiimage. - Mako uses native ImageIO and BufferedImage (with optional WebP via TwelveMonkeys) to scale it down to the lower buckets.
- It writes the resized images into proper drawable-* folders using your output directory and optional modifier.
- Done. No manual resizing, no need to learn Photoshop and most of all no more crying.
Want to help translate? PRs welcome!
Currently supported:
| Language | Code |
|---|---|
| English | en |
| 中文 (简体) | zh |
| 日本語 | jp |
| Español | es |
| Português (BR) | pt-BR |