vips(1) - Linux man page
Name
vips - run vips function from UNIX command lineSynopsis
vips [flags] [command] [command-args]Description
To run a VIPS function, the first argument should be the name of the function and following arguments should be the function parameters. For example:
example% vips im_invert lena.v lena2.v
If you make a symbolic link to the vips executable named after an operation, then you can use that link to call an operation directly. For example:
example% ln -s vips im_invert
example% im_invert lena.v lena2.v
Options
- -l PACKAGE, --list=PACKAGE
- List operations defined in PACKAGE.
- -u OPERATION, --usage=OPERATION
- Show usage message for OPERATION.
- -p PLUGIN, --plugin=PLUGIN
- Load PLUGIN. Note that plugins in $VIPSHOME/lib are loaded automatically.
- -k, --links
- Print link lines for all operations.
- -h PACKAGE, --cpph=PACKAGE
- Print C++ header for PACKAGE. PACKAGE can also be a function name, or "all".
- -c PACKAGE, --cppc=PACKAGE
- Print C++ binding for PACKAGE. PACKAGE can also be a function name, or "all".
- -s PACKAGE, --swig=PACKAGE
- Print SWIG declaration for PACKAGE. PACKAGE can also be a function name, or "all".