Skip to content

false9striker/ThumbnailGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThumbnailGenerator

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.

About

Java thumbnail generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages