nip2 (1) - Linux Manuals
nip2: image processing with the VIPS library
NAME
nip2 - image processing with the VIPS library
SYNOPSIS
nip2 [filename1 ...]nip2 -s filename [arg1 ...]
nip2 -e expression [arg1 ...]
DESCRIPTION
nip2 (for New Image Processing) is a tool for manipulating images using the VIPS image processing library.There are three principal modes:
nip2 [filename1 ...]
nip2 -e expression [arg1 ...]
nip2 -s filename [arg1 ...]
You can use
-o
to direct output to a file rather than stdout.
-o filename
Other options provide finer control over startup and shutdown. If you need to
do something strange, don't use -e/-s, use these in combination.
-b
-m
-a
-w
-d
-p
Finally some other options are useful for debugging, timing and for generating
strings for internationalisation.
-V
-i
-v
-c
-t
-T
-x PREFIX
Start nip2, loading fred.jpg.
Prints 4 to stdout.
Load argv1 (fred.jpg), add 99, output to result.png.
Invert the 2x2 matrix and write the result to poop.mat.
nip2 --expression=EXPRESSION [arg1 ...]
nip2 --script=FILENAME [arg1 ...]
--output=FILENAME
--batch
--no-load-menus
--no-load-args
--stdin-ws
--stdin-def
--print-main
--verbose
--i18n
--version
--benchmark
--time-save
--test
--prefix=PREFIX
EXAMPLES
COPYRIGHT
2008 (c) Imperial College, London