Initial import
git-svn-id: http://moon:8086/svn/software/trunk/libsrc/libtiff@1 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
Executable
+116
@@ -0,0 +1,116 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<HTML><HEAD><TITLE>Manpage of TIFFWriteRawtile</TITLE>
|
||||
</HEAD><BODY BGCOLOR=WHITE><FONT FACE="helvetica, sans, arial">
|
||||
<H1>TIFFWriteRawtile</H1>
|
||||
Section: Misc. Reference Manual Pages (3T)<BR>Updated: December 16, 1991<BR><A HREF="#index">Index</A>
|
||||
<BR><A HREF="index.html">Return to Main Contents</A>
|
||||
<HR>
|
||||
|
||||
<A NAME="lbAB"> </A>
|
||||
<H2>NAME</H2>
|
||||
|
||||
TIFFWriteRawTile - write a tile of raw data to an open
|
||||
<FONT SIZE="-1">TIFF</FONT>
|
||||
file
|
||||
<A NAME="lbAC"> </A>
|
||||
<H2>SYNOPSIS</H2>
|
||||
|
||||
<B>#include <<A HREF="file:/usr/include/tiffio.h">tiffio.h</A>></B>
|
||||
|
||||
<BR>
|
||||
|
||||
<B>tsize_t TIFFWriteRawTile(TIFF* tif, ttile_t tile, tdata_t buf, tsize_t size)</B>
|
||||
|
||||
<A NAME="lbAD"> </A>
|
||||
<H2>DESCRIPTION</H2>
|
||||
|
||||
Append
|
||||
<I>size</I>
|
||||
|
||||
bytes of raw data to the specified tile.
|
||||
<A NAME="lbAE"> </A>
|
||||
<H2>RETURN VALUES</H2>
|
||||
|
||||
-1 is returned if an error occurred.
|
||||
Otherwise, the value of
|
||||
<I>size</I>
|
||||
|
||||
is returned.
|
||||
<A NAME="lbAF"> </A>
|
||||
<H2>DIAGNOSTICS</H2>
|
||||
|
||||
All error messages are directed to the
|
||||
<I><A HREF="TIFFError.3t.html">TIFFError</A></I>(3T)
|
||||
|
||||
routine.
|
||||
<P>
|
||||
|
||||
<B>%s: File not open for writing</B>.
|
||||
The file was opened for reading, not writing.
|
||||
<P>
|
||||
|
||||
<B>Can not write tiles to a stripped image</B>.
|
||||
The image is assumed to be organized in strips because neither of the
|
||||
<I>TileWidth</I>
|
||||
|
||||
or
|
||||
<I>TileLength</I>
|
||||
|
||||
tags have been set with
|
||||
<I><A HREF="TIFFSetField.3t.html">TIFFSetField</A></I>(3T).
|
||||
|
||||
<P>
|
||||
|
||||
<B>%s: Must set "ImageWidth" before writing data</B>.
|
||||
The image's width has not be set before the first write.
|
||||
See
|
||||
<I><A HREF="TIFFSetField.3t.html">TIFFSetField</A></I>(3T)
|
||||
|
||||
for information on how to do this.
|
||||
<P>
|
||||
|
||||
<B>%s: Must set "PlanarConfiguration" before writing data</B>.
|
||||
The organization of data has not be defined before the first write.
|
||||
See
|
||||
<I><A HREF="TIFFSetField.3t.html">TIFFSetField</A></I>(3T)
|
||||
|
||||
for information on how to do this.
|
||||
<P>
|
||||
|
||||
<B>%s: No space for tile arrays"</B>.
|
||||
There was not enough space for the arrays that hold tile
|
||||
offsets and byte counts.
|
||||
<P>
|
||||
|
||||
<B>%s: Specified tile %d out of range, max %d</B>.
|
||||
The specified tile is not valid according to the currently
|
||||
specified image dimensions.
|
||||
<A NAME="lbAG"> </A>
|
||||
<H2>SEE ALSO</H2>
|
||||
|
||||
<I><A HREF="libtiff.3t.html">libtiff</A></I>(3T),
|
||||
|
||||
<I><A HREF="TIFFOpen.3t.html">TIFFOpen</A></I>(3T),
|
||||
|
||||
<I><A HREF="TIFFWriteEncodedTile.3t.html">TIFFWriteEncodedTile</A></I>(3T),
|
||||
|
||||
<I><A HREF="TIFFWriteScanline.3t.html">TIFFWriteScanline</A></I>(3T)
|
||||
|
||||
|
||||
<HR>
|
||||
<A NAME="index"> </A><H2>Index</H2>
|
||||
<DL>
|
||||
<DT><A HREF="#lbAB">NAME</A><DD>
|
||||
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
|
||||
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
|
||||
<DT><A HREF="#lbAE">RETURN VALUES</A><DD>
|
||||
<DT><A HREF="#lbAF">DIAGNOSTICS</A><DD>
|
||||
<DT><A HREF="#lbAG">SEE ALSO</A><DD>
|
||||
</DL>
|
||||
<HR>
|
||||
This document was created by
|
||||
<A HREF="index.html">man2html</A>,
|
||||
using the manual pages.<BR>
|
||||
Time: 01:31:38 GMT, November 23, 1999
|
||||
</BODY>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user