Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

Releases: redwarp/9-Patch-Resizer

Click the blue arrow to trigger a file picker

01 Jul 12:34
Compare
Choose a tag to compare

On top of drag'n dropping files, it's no possible to choose them through a file picker.

Handle grayscale .png properly

21 Mar 14:00
Compare
Choose a tag to compare

Change the way input files or opened to handle grayscale images properly (fixes #22)

JPG support

19 Feb 18:34
Compare
Choose a tag to compare

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

08 Sep 07:17
Compare
Choose a tag to compare

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

12 Aug 07:36
Compare
Choose a tag to compare
  • You can now make your settings permanent easily
  • A few bug fixes

Choose densities

06 Feb 10:42
Compare
Choose a tag to compare

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

06 Feb 11:09
Compare
Choose a tag to compare
1.3 Pre-release
Pre-release

Add support for red borders

06 Feb 10:49
Compare
Choose a tag to compare

Add support for red borders (I believe they are used for margins, but I'm not so sure...)