~ubuntu-branches/ubuntu/dapper/tiff/dapper-updates

« back to all changes in this revision

Viewing changes to html/man/TIFFClose.3t.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-11-09 18:21:15 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051109182115-v0fd3zcbrq2sq6u4
Tags: 3.7.4-1ubuntu1
* Synchronize to Debian.
* Only change left: xlibmesa-gl-dev -> libgl1-mesa-dev build dependency
  change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
<head>
3
 
<meta name="generator" content="groff -Thtml, see www.gnu.org">
4
 
<meta name="Content-Style" content="text/css">
5
 
<title>TIFFClose</title>
6
 
</head>
7
 
<body>
8
 
 
9
 
<h1 align=center>TIFFClose</h1>
10
 
<a href="#NAME">NAME</a><br>
11
 
<a href="#SYNOPSIS">SYNOPSIS</a><br>
12
 
<a href="#DESCRIPTION">DESCRIPTION</a><br>
13
 
<a href="#DIAGNOSTICS">DIAGNOSTICS</a><br>
14
 
<a href="#SEE ALSO">SEE ALSO</a><br>
15
 
 
16
 
<hr>
17
 
<!-- Creator     : groff version 1.17.2 -->
18
 
<!-- CreationDate: Mon Dec 22 00:39:20 2003 -->
19
 
<a name="NAME"></a>
20
 
<h2>NAME</h2>
21
 
<table width="100%" border=0 rules="none" frame="void"
22
 
       cols="2" cellspacing="0" cellpadding="0">
23
 
<tr valign="top" align="left">
24
 
<td width="10%"></td><td width="90%">
25
 
TIFFClose - close a previously opened <small>TIFF</small> file</td></table>
26
 
<a name="SYNOPSIS"></a>
27
 
<h2>SYNOPSIS</h2>
28
 
 
29
 
<table width="100%" border=0 rules="none" frame="void"
30
 
       cols="2" cellspacing="0" cellpadding="0">
31
 
<tr valign="top" align="left">
32
 
<td width="10%"></td><td width="90%">
33
 
<b>#include &lt;tiffio.h&gt;<br>
34
 
void TIFFClose(TIFF* tif)</b></td></table>
35
 
<a name="DESCRIPTION"></a>
36
 
<h2>DESCRIPTION</h2>
37
 
 
38
 
<table width="100%" border=0 rules="none" frame="void"
39
 
       cols="2" cellspacing="0" cellpadding="0">
40
 
<tr valign="top" align="left">
41
 
<td width="10%"></td><td width="90%">
42
 
<i>TIFFClose</i> closes a file that was previously opened
43
 
with <i>TIFFOpen</i>(3T). Any buffered data are flushed to
44
 
the file, including the contents of the current directory
45
 
(if modified); and all resources are reclaimed.</td></table>
46
 
<a name="DIAGNOSTICS"></a>
47
 
<h2>DIAGNOSTICS</h2>
48
 
 
49
 
<table width="100%" border=0 rules="none" frame="void"
50
 
       cols="2" cellspacing="0" cellpadding="0">
51
 
<tr valign="top" align="left">
52
 
<td width="10%"></td><td width="90%">
53
 
All error messages are directed to the <i>TIFFError</i>(3T)
54
 
routine. Likewise, warning messages are directed to the
55
 
<i>TIFFWarning</i>(3T) routine.</td></table>
56
 
<a name="SEE ALSO"></a>
57
 
<h2>SEE ALSO</h2>
58
 
 
59
 
<table width="100%" border=0 rules="none" frame="void"
60
 
       cols="2" cellspacing="0" cellpadding="0">
61
 
<tr valign="top" align="left">
62
 
<td width="10%"></td><td width="90%">
63
 
<i>libtiff</i>(3T), <i>TIFFOpen</i>(3T)</td></table>
64
 
<hr>
65
 
</body>
66
 
</html>