Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.24 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.24 KB

dalliclick

Small script to create a partially occluded image series of an input image (named according to a game in a 1970th german game show)

The program creates a "background" image (see -b for your own one) and combines this with the given image in a way, that several output images are created, which show more and more parts of the original image, until the full image is visible. The program is called dalliklick, because there was a german TV series in the seventies (Dalli dalli), that called this game Dalli Klick. You will need an ImageMagick version greater than 6.4.3. Get it here, and define the paths to CONVERT_BIN and COMPOSITE_BIN.

Necessary software

Usage

Use -h to get help:

dalliklick.sh -h

This script creates partially occluded image versions of the input images
Usage: dalliklick.sh <options> imagefiles
-h (this) help
-v print verbose information
-n number of segments, max. 255
-o output image base name (out -> out_NNN.png)
-b background (canvas) image
-m maskimage (with label gray values 1,2,3,...)
-t do not generate temporary directory (working dir is used)