1<!-- Creator : groff version 1.19.2 --> 2<!-- CreationDate: Mon Jan 2 17:41:36 2006 --> 3<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 4"http://www.w3.org/TR/html4/loose.dtd"> 5<html> 6<head> 7<meta name="generator" content="groff -Thtml, see www.gnu.org"> 8<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> 9<meta name="Content-Style" content="text/css"> 10<style type="text/css"> 11 p { margin-top: 0; margin-bottom: 0; } 12 pre { margin-top: 0; margin-bottom: 0; } 13 table { margin-top: 0; margin-bottom: 0; } 14</style> 15<title>TIFFDataWidth</title> 16 17</head> 18<body> 19 20<h1 align=center>TIFFDataWidth</h1> 21 22<a href="#NAME">NAME</a><br> 23<a href="#SYNOPSIS">SYNOPSIS</a><br> 24<a href="#DESCRIPTION">DESCRIPTION</a><br> 25<a href="#RETURN VALUES">RETURN VALUES</a><br> 26<a href="#SEE ALSO">SEE ALSO</a><br> 27 28<hr> 29 30 31<a name="NAME"></a> 32<h2>NAME</h2> 33 34 35<p style="margin-left:11%; margin-top: 1em">TIFFDataWidth 36− Get the size of TIFF data types</p> 37 38<a name="SYNOPSIS"></a> 39<h2>SYNOPSIS</h2> 40 41 42<p style="margin-left:11%; margin-top: 1em"><b>#include 43<tiffio.h></b></p> 44 45<p style="margin-left:11%; margin-top: 1em"><b>int 46TIFFDataWidth(TIFFDataType</b> <i>type</i><b>)</b></p> 47 48<a name="DESCRIPTION"></a> 49<h2>DESCRIPTION</h2> 50 51 52 53<p style="margin-left:11%; margin-top: 1em"><i>TIFFDataWidth</i> 54returns a size of <i>type</i> in bytes. Currently following 55data types are supported: <i><br> 56TIFF_BYTE <br> 57TIFF_ASCII <br> 58TIFF_SBYTE <br> 59TIFF_UNDEFINED <br> 60TIFF_SHORT <br> 61TIFF_SSHORT <br> 62TIFF_LONG <br> 63TIFF_SLONG <br> 64TIFF_FLOAT <br> 65TIFF_IFD <br> 66TIFF_RATIONAL <br> 67TIFF_SRATIONAL <br> 68TIFF_DOUBLE</i></p> 69 70<a name="RETURN VALUES"></a> 71<h2>RETURN VALUES</h2> 72 73 74 75<p style="margin-left:11%; margin-top: 1em"><i>TIFFDataWidth</i> 76returns a number of bytes occupied by the item of given 77type. 0 returned when uknown data type supplied.</p> 78 79<a name="SEE ALSO"></a> 80<h2>SEE ALSO</h2> 81 82 83 84<p style="margin-left:11%; margin-top: 1em"><b>libtiff</b>(3TIFF),</p> 85 86<p style="margin-left:11%; margin-top: 1em">Libtiff library 87home page: <b>http://www.remotesensing.org/libtiff/</b></p> 88<hr> 89</body> 90</html> 91