This is a fork of the original 9-Patch-Resizer, a resizer tool to automaticaly resize png files and 9 patches in several densities (previously hosted on https://code.google.com/p/9patch-resizer/)
To get the latest build (.jar or .dmg file), check the release page on the github project: https://github.com/soymonitus/9-Patch-Resizer/releases
The .dmg file is just a Mac app wrapper around the executable .jar file, use it if you don't feel comfortable with a java archive ^_^
Let's face it : juggling with densities for Android and iOS is a bit of a pain, especially when dealing with 9 patch png.
And then comes this tool, that takes any PNG file, or 9.png file, and generates automatically mdpi, hdpi, xhdpi, xxhdpi, xxxhdpi png files for Android and @1x, @2x, @3x png files for iOS, and even an ImageAssets folder.
As simple as drag and drop can get.
Current version : 2.0.0
You're using this tool for your apps ? Don't hesitate and leave me a message!
- Images and stuff found on http://www.clker.com/ (The online royalty free public domain clip art)
- Images are downsized using an optimized incremental scaling algorithm proposed by Chris Campbell (whoever that is) - http://today.java.net/pub/a/today/2007/04/03/perils-of-image-getscaledinstance.html
- redwarp
- Jean-Baptiste LAB - Made the app working in command line
- soymonitus
I hope it'll prove as useful to you as it is useful to me. If you like it, and have too much cash in you hands, don't hesitate to donate to the original creator of the 9-Patch-Resizer