Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > c109337651527e96d7bb9adc83c5b18a > files > 588

libvips-devel-7.18.2-1mdv2010.0.i586.rpm

<!-- manual page source format generated by PolyglotMan v3.2, -->
<!-- available at http://polyglotman.sourceforge.net/ -->

<html>
<head>
<title>VIPS(1) manual page</title>
</head>
<body bgcolor='white'>
<a href='#toc'>Table of Contents</a><p>

<h2><a name='sect0' href='#toc0'>Name</a></h2>
vips - run vips function from UNIX command line 
<h2><a name='sect1' href='#toc1'>Synopsis</a></h2>
<b>vips [flags]
[command] [command-args]</b> 
<h2><a name='sect2' href='#toc2'>Description</a></h2>
<a href='vips.1.html'><b>vips(1)</b></a>
 is the VIPS universal main program.
You can use it to run any VIPS function from the command line, to query
the VIPS function database, and to maintain parts of the VIPS library. 
<p>
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:

<p>   example% vips im_invert lena.v lena2.v<br>
 
<p> 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: 
<p>
  example% ln -s vips im_invert<br>
   example% im_invert lena.v lena2.v<br>
 
<p> 
<h2><a name='sect3' href='#toc3'>Options</a></h2>

<dl>

<dt><b>-l PACKAGE, --list=PACKAGE</b> </dt>
<dd>List operations defined in PACKAGE. PACKAGE
can also be "classes", "packages" or "all". 
<p> </dd>

<dt><b>-u OPERATION, --usage=OPERATION
    </b> </dt>
<dd>Show usage message for OPERATION. 
<p> </dd>

<dt><b>-p PLUGIN, --plugin=PLUGIN       </b> </dt>
<dd>Load
PLUGIN. Note that plugins in $VIPSHOME/lib are loaded automatically. 
<p> </dd>

<dt><b>-k,
--links               </b> </dt>
<dd>Print link lines for all operations. 
<p> </dd>

<dt><b>-h PACKAGE, --cpph=PACKAGE
       </b> </dt>
<dd>Print C++ header for PACKAGE. PACKAGE can also be a function name,
or "all". 
<p> </dd>

<dt><b>-c PACKAGE, --cppc=PACKAGE        </b> </dt>
<dd>Print C++ binding for PACKAGE.
PACKAGE can also be a function name, or "all". 
<p> </dd>
</dl>

<h2><a name='sect4' href='#toc4'>Return Value</a></h2>
returns 0 on
success and non-zero on error. 
<h2><a name='sect5' href='#toc5'>See Also</a></h2>
<a href='header.1.html'>header(1)</a>
 
<h2><a name='sect6' href='#toc6'>Copyright</a></h2>
The National Gallery
and Birkbeck College, 1989-1996. <p>

<hr><p>
<a name='toc'><b>Table of Contents</b></a><p>
<ul>
<li><a name='toc0' href='#sect0'>Name</a></li>
<li><a name='toc1' href='#sect1'>Synopsis</a></li>
<li><a name='toc2' href='#sect2'>Description</a></li>
<li><a name='toc3' href='#sect3'>Options</a></li>
<li><a name='toc4' href='#sect4'>Return Value</a></li>
<li><a name='toc5' href='#sect5'>See Also</a></li>
<li><a name='toc6' href='#sect6'>Copyright</a></li>
</ul>
</body>
</html>