Blame html/man/TIFFWriteRawTile.3tiff.html

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

TIFFWriteRawtile

Packit 7838c8
NAME
Packit 7838c8
SYNOPSIS
Packit 7838c8
DESCRIPTION
Packit 7838c8
RETURN VALUES
Packit 7838c8
DIAGNOSTICS
Packit 7838c8
SEE ALSO
Packit 7838c8
Packit 7838c8

Packit 7838c8
Packit 7838c8

NAME

Packit 7838c8
Packit 7838c8
Packit 7838c8
       cols="2" cellspacing="0" cellpadding="0">
Packit 7838c8
Packit 7838c8
Packit 7838c8
Packit 7838c8

TIFFWriteRawTile − write a tile of raw data to an

Packit 7838c8
open <small>TIFF</small> file

Packit 7838c8
Packit 7838c8
Packit 7838c8
Packit 7838c8

SYNOPSIS

Packit 7838c8
Packit 7838c8
Packit 7838c8
       cols="2" cellspacing="0" cellpadding="0">
Packit 7838c8
Packit 7838c8
Packit 7838c8
Packit 7838c8

#include <tiffio.h>

Packit 7838c8
Packit 7838c8

tsize_t TIFFWriteRawTile(TIFF *tif,

Packit 7838c8
ttile_t tile, tdata_t buf,
Packit 7838c8
tsize_t size)

Packit 7838c8
Packit 7838c8
Packit 7838c8
Packit 7838c8

DESCRIPTION

Packit 7838c8
Packit 7838c8
Packit 7838c8
       cols="2" cellspacing="0" cellpadding="0">
Packit 7838c8
Packit 7838c8
Packit 7838c8
Packit 7838c8

Append size bytes of raw data to the specified

Packit 7838c8
tile.

Packit 7838c8
Packit 7838c8
Packit 7838c8
Packit 7838c8

RETURN VALUES

Packit 7838c8
Packit 7838c8
Packit 7838c8
       cols="2" cellspacing="0" cellpadding="0">
Packit 7838c8
Packit 7838c8
Packit 7838c8
Packit 7838c8

−1 is returned if an error occurred. Otherwise, the

Packit 7838c8
value of size is returned.

Packit 7838c8
Packit 7838c8
Packit 7838c8
Packit 7838c8

DIAGNOSTICS

Packit 7838c8
Packit 7838c8
Packit 7838c8
       cols="2" cellspacing="0" cellpadding="0">
Packit 7838c8
Packit 7838c8
Packit 7838c8
Packit 7838c8

All error messages are directed to the

Packit 7838c8
TIFFError(3TIFF) routine.

Packit 7838c8
Packit 7838c8

%s: File not open for writing. The file was opened

Packit 7838c8
for reading, not writing.

Packit 7838c8
Packit 7838c8

Can not write tiles to a stripped image. The image

Packit 7838c8
is assumed to be organized in strips because neither of the
Packit 7838c8
TileWidth or TileLength tags have been set
Packit 7838c8
with TIFFSetField(3TIFF).

Packit 7838c8
Packit 7838c8

%s: Must set "ImageWidth" before writing

Packit 7838c8
data. The image’s width has not be set before the
Packit 7838c8
first write. See TIFFSetField(3TIFF) for information
Packit 7838c8
on how to do this.

Packit 7838c8
Packit 7838c8

%s: Must set "PlanarConfiguration" before

Packit 7838c8
writing data. The organization of data has not be
Packit 7838c8
defined before the first write. See
Packit 7838c8
TIFFSetField(3TIFF) for information on how to do
Packit 7838c8
this.

Packit 7838c8
Packit 7838c8

%s: No space for tile arrays". There was not

Packit 7838c8
enough space for the arrays that hold tile offsets and byte
Packit 7838c8
counts.

Packit 7838c8
Packit 7838c8

%s: Specified tile %d out of range, max %d. The

Packit 7838c8
specified tile is not valid according to the currently
Packit 7838c8
specified image dimensions.

Packit 7838c8
Packit 7838c8
Packit 7838c8
Packit 7838c8

SEE ALSO

Packit 7838c8
Packit 7838c8
Packit 7838c8
       cols="2" cellspacing="0" cellpadding="0">
Packit 7838c8
Packit 7838c8
Packit 7838c8
Packit 7838c8

TIFFOpen(3TIFF),

Packit 7838c8
TIFFWriteEncodedTile(3TIFF),
Packit 7838c8
TIFFWriteScanline(3TIFF), libtiff(3TIFF)

Packit 7838c8
Packit 7838c8

Libtiff library home page:

Packit 7838c8
http://www.simplesystems.org/libtiff/

Packit 7838c8
Packit 7838c8
Packit 7838c8

Packit 7838c8
</body>
Packit 7838c8
</html>