Imagewall is software to generate an image containing a collage of other images like this:

collage van partly overlapping CD cover images.

To use Imagewall your computer must be able to run JAR files. That used to be easy, just install the Java JRE. Nowadays it's not so simple.

Perhaps I'll create a standalone version of Imagewall to make it easier to run. That wil no longer be Java-software. There are better and more friendly ways to develop such software.

Download and run

When your computer can handle the java-commandproceed with downloading the software, imagewall-full.jar.

Open a command window and run the software. This is the syntax:

java -jar imagewall-full [options...] 

Where the options are:

OptieOmschrijvingDefault
-w: Width of the generated image in pixels.1000
-h: Height of the generated image in pixels.250
--format:Use a predefined image size (overrides -w and -h options) possible values: "facebook_header" and "twitter_header".none
-c: Maximum number of images to include in the generated image.All found images
-min: Minimum width in pixels the source images are scaled to.50
-max: Maximum width in pixels the source images are scaled to.100
-output: Name of the generated file.imagewall.jpg

The result is a JPEG-bestand with the generated image.

For full documentation and source code see GitHub.