Blame html/man/TIFFWriteRawStrip.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>TIFFWriteRawstrip</title>
Packit 7838c8
</head>
Packit 7838c8
<body>
Packit 7838c8
Packit 7838c8

TIFFWriteRawstrip

Packit 7838c8
NAME
Packit 7838c8
SYNOPSIS
Packit 7838c8
DESCRIPTION
Packit 7838c8
NOTES
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

TIFFWriteRawStrip − write a strip 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 TIFFWriteRawStrip(TIFF *tif,

Packit 7838c8
tstrip_t strip, 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
strip.

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

NOTES

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

The strip number must be valid according to the current

Packit 7838c8
settings of the ImageLength and RowsPerStrip
Packit 7838c8
tags. An image may be dynamically grown by increasing the
Packit 7838c8
value of ImageLength prior to each call to
Packit 7838c8
TIFFWriteRawStrip.

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 scanlines to a tiled image. The

Packit 7838c8
image is assumed to be organized in tiles because the
Packit 7838c8
TileWidth and 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 strip arrays". There was not

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

Packit 7838c8
Packit 7838c8

%s: Strip %d out of range, max %d. The specified

Packit 7838c8
strip is not a valid strip 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
TIFFWriteEncodedStrip(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>