This repository has been archived by the owner on Nov 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 165
Changelog
Benoit Vermont edited this page Jul 1, 2015
·
7 revisions
(01/08/2015)
- Instead of drag'n dropping file, you can also click the blue arrow to select file by hand.
(21/03/2015)
- Grayscale png wouldn't work properly before. It's now fixed. Quick and dirty fix, bug fix non the less.
(19/02/2015)
- 9-Patch Resizer will now be able to resize JPG as well, hopefully. The output will be saved with a 90% quality settings.
- Build system re-written to use maven. Bye bye ant.
(08/09/2014)
- Adds command line support thanks to jeanbaptistelab (https://github.com/jeanbaptistelab).
(12/08/2014)
- Not only can you change the input and output densities, but you can also save it in one click. It will create a densities.json file in the same folder as Resizer. (<- That's a bit rough, I know)
- A few bug fixes, mostly ui things.
(05/07/2013)
- 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)
(16/06/2013)
- Add support for red borders (I believe they are used for margins, but I'm not so sure...)
(21/10/2012)
- Can now input JPG files (will convert them to png)
(22/07/2012)
- Fixed 9 patch resizing (it wasn't working properly at all !)
- Multithread
- Check for 9 patch consistency
- Display error if cannot load png
- Build for java 6 instead of 7
- Initial release