1NIP2(1) General Commands Manual NIP2(1)
2
3
4
6 nip2 - image processing with the VIPS library
7
9 nip2 [filename1 ...] nip2 -script filename [arg1 ...] nip2 -main
10 [arg1 ...] nip2 -workspace [arg1 ...] nip2 -benchmark
11
13 nip2 (for New Image Processing) is a tool for manipulating images using
14 the VIPS image processing library.
15
16 nip2 [filename1 ...]
17 start in GUI mode, optionally loading the named files
18
19 nip2 -script filename [arg1 ...]
20 start in no-GUI mode; read in filename as a set of definitions, set
21 list
22 argv to ["filename", "arg1", "arg2", ...], set argc to length of
23 list;
24 print the value of symbol "main" to stdout; exit; useful for running
25 nip2
26 as an interpreter on unix
27
28 nip2 -main [arg1 ...]
29 as -script, but read the definitions from stdin rather than from a
30 file; useful for here-is shell scripts
31
32 nip2 -workspace [arg1 ...]
33 as -main, but read a workspace save file instead; run in GUI mode;
34 print the value of the final row in the save file on exit; handy for
35 prompting from shell scripts
36
37 nip2 -benchmark
38 load all start objects and quit; useful for bechmarking the compiler
39
40 See the `nip Users' Guide' for full documentation.
41
43 2004 (c) The National Gallery
44
45
46
47 Oct 4 2004 NIP2(1)