Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 7faa4cd12598db7d59564e3dc9a0913c > files > 112

vips-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>IM_ANALYZE2VIPS(3) manual page</title>
</head>
<body bgcolor='white'>
<a href='#toc'>Table of Contents</a><p>

<h2><a name='sect0' href='#toc0'>Name</a></h2>
im_analyze2vips - convert Analyze 7.5 images to VIPS format 
<h2><a name='sect1' href='#toc1'>Synopsis</a></h2>
#include
&lt;vips/vips.h&gt; 
<p> int im_analyze2vips( const char *filename, IMAGE *out ) 
<p> 
<h2><a name='sect2' href='#toc2'>Description</a></h2>
<a href='im_analyze2vips.3.html'><b>im_analyze2vips(3)</a>

</b> reads the Analyze image in  <b>filename, </b> and writes the image out in VIPS
format. It can read (almost) any Analyze format image. Images with more than
two dimensions simply appear as a very tall, thin strip. Use  <a href='im_grid.3.html'><b>im_grid(3)</b></a>

to lay the tiles out as your prefer.  
<p> It reads the old-style 7.5 format,
where the header and the image data are stored in separate files. You can
give the name of either the header (for example, "fred.hdr") the image data
(for example, "fred.img"), or neither (eg. "fred"). 
<p> The fields in the Analyze
header appear in the VIPS header with a "dsr-" prefix. So the Analyze field
"patient_id", which is part of data_history, may be retrieved with 
<p>   im_header_string
"dsr-data_history.patient_id" fred.v<br>
 
<p> 
<h2><a name='sect3' href='#toc3'>See Also</a></h2>
<a href='im_grid.3.html'>im_grid(3)</a>
 
<h2><a name='sect4' href='#toc4'>Copyright</a></h2>
Imperial College 2005 <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'>See Also</a></li>
<li><a name='toc4' href='#sect4'>Copyright</a></li>
</ul>
</body>
</html>