Blame html/man/TIFFReadRawTile.3tiff.html

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
<html>
Packit Service db44fb
<head>
Packit Service db44fb
<meta name="generator" content="groff -Thtml, see www.gnu.org">
Packit Service db44fb
<meta name="Content-Style" content="text/css">
Packit Service db44fb
<title>TIFFReadRawTile</title>
Packit Service db44fb
</head>
Packit Service db44fb
<body>
Packit Service db44fb
Packit Service db44fb

TIFFReadRawTile

Packit Service db44fb
NAME
Packit Service db44fb
SYNOPSIS
Packit Service db44fb
DESCRIPTION
Packit Service db44fb
RETURN VALUES
Packit Service db44fb
DIAGNOSTICS
Packit Service db44fb
SEE ALSO
Packit Service db44fb
Packit Service db44fb

Packit Service db44fb
Packit Service db44fb

NAME

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
       cols="2" cellspacing="0" cellpadding="0">
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

TIFFReadRawTile − return an undecoded tile of data

Packit Service db44fb
from an open <small>TIFF</small> file

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

SYNOPSIS

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
       cols="2" cellspacing="0" cellpadding="0">
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

#include <tiffio.h>

Packit Service db44fb
Packit Service db44fb

tsize_t TIFFReadRawTile(TIFF *tif,

Packit Service db44fb
ttile_t tile, tdata_t buf,
Packit Service db44fb
tsize_t size)

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

DESCRIPTION

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
       cols="2" cellspacing="0" cellpadding="0">
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

Read the contents of the specified tile into the (user

Packit Service db44fb
supplied) data buffer. Note that the value of tile is
Packit Service db44fb
a ‘‘raw tile number.’’ That is, the
Packit Service db44fb
caller must take into account whether or not the data is
Packit Service db44fb
organized in separate planes (PlanarConfiguration=2).
Packit Service db44fb
TIFFComputeTile automatically does this when
Packit Service db44fb
converting an (x,y,z,sample) coordinate quadruple to a tile
Packit Service db44fb
number. To read a full tile of data the data buffer should
Packit Service db44fb
typically be at least as large as the value returned by
Packit Service db44fb
TIFFTileSize.

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

RETURN VALUES

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
       cols="2" cellspacing="0" cellpadding="0">
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

The actual number of bytes of data that were placed in

Packit Service db44fb
buf is returned; TIFFReadEncodedTile returns
Packit Service db44fb
−1 if an error was encountered.

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

DIAGNOSTICS

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
       cols="2" cellspacing="0" cellpadding="0">
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

All error messages are directed to the

Packit Service db44fb
TIFFError(3TIFF) routine.

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

SEE ALSO

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
       cols="2" cellspacing="0" cellpadding="0">
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

TIFFOpen(3TIFF),

Packit Service db44fb
TIFFReadEncodedTile(3TIFF),
Packit Service db44fb
TIFFReadTile(3TIFF), TIFFTileSize(3TIFF),
Packit Service db44fb
libtiff(3TIFF)

Packit Service db44fb
Packit Service db44fb

Libtiff library home page:

Packit Service db44fb
http://www.remotesensing.org/libtiff/

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

Packit Service db44fb
</body>
Packit Service db44fb
</html>