Java thumbnail generator - Creates thumbnail with given targetsize using imgscalr library (https://github.com/thebuzzmedia/imgscalr)
How to run?
Put images to originals directory of the project.
Unzip lib/imgscalr-lib-4.2.zip. Add lib folder to the build path,
if its a maven project include imgscalr lib as follows.
<dependency> <groupId>org.imgscalr</groupId> <artifactId>imgscalr-lib</artifactId> <version>4.2</version> </dependency>
Run the program. See output inside output folder.