File: makecharts.ksh

package info (click to toggle)
argyll 2.0.1%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 38,928 kB
  • sloc: ansic: 380,801; xml: 1,551; sh: 655; makefile: 604
file content (12 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
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