This repository has been archived by the owner on Nov 20, 2021. It is now read-only.
Releases: redwarp/9-Patch-Resizer
Releases · redwarp/9-Patch-Resizer
Click the blue arrow to trigger a file picker
Handle grayscale .png properly
Change the way input files or opened to handle grayscale images properly (fixes #22)
JPG support
9-Patch Resizer will now be able to resize JPG as well, hopefully. The output will be saved with a 90% quality settings. Don't hesitate to provide feedback, or criticize.
Build system re-written to use maven. Bye bye ant.
Command line support
You can now use 9 Patch Resizer from command line (thanks to jeanbaptistelab - https://github.com/jeanbaptistelab)
From the terminal:
- $ java -jar Resizer.jar file1 file2
- $ Resizer.exe file1 file2
Save your settings
- You can now make your settings permanent easily
- A few bug fixes
Choose densities
It's now possible to change the input and output densities, or create your own (it's a bit complicated at the moment : you need to copy the densities.json from Resizer directory, but can then tweak it as needed)
1.3
Add support for red borders
Add support for red borders (I believe they are used for margins, but I'm not so sure...)