diff options
Diffstat (limited to 'render/makecharts.ksh')
-rw-r--r-- | render/makecharts.ksh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/render/makecharts.ksh b/render/makecharts.ksh new file mode 100644 index 0000000..98ceb11 --- /dev/null +++ b/render/makecharts.ksh @@ -0,0 +1,12 @@ +#!/bin/sh + +# create some gamut mapping test charts +./timage cube.tif +./timage -x cube16.tif +./timage -g 20 cubeG20.tif +./timage -g 50 cubeG50.tif +./timage -4 cmykcube.tif +./timage -t -s surface.tif +./timage -t -s -x surface16.tif +./timage -t -s -g 20 surfaceG20.tif +./timage -t -s -g 50 surfaceG50.tif |