Query: tiffreadrawstrip
OS: linux
Section: 3tiff
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TIFFReadRawStrip(3tiff) Introduction to Library Functions TIFFReadRawStrip(3tiff)NAMETIFFReadRawStrip - return the undecoded contents of a strip of data from an open TIFF fileSYNOPSIS#include <tiffio.h> tsize_t TIFFReadRawStrip(TIFF* tif, tstrip_t strip, tdata_t buf, tsize_t size)DESCRIPTIONRead the contents of the specified strip into the user supplied data buffer. Note that the value of strip is a "raw strip number". That is, the caller must take into account whether or not the data is organized in separate planes (PlanarConfiguration=2). To read a full strip of data, the data buffer should typically be at least as large as the value returned by TIFFStripSize. All error messages are directed to the TIFFError(3tiff) routine.RETURN VALUESReturns the actual number of bytes of data that were placed in buf. Returns -1 if an error was encountered.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWTiff | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+SEE ALSOlibtiff(3), TIFFOpen(3tiff), TIFFReadEncodedStrip(3tiff), TIFFReadScanline(3tiff), TIFFStripSize(3tiff)NOTESThis man page was originally written by Sam Leffler. Updated by Breda McColgan, Sun Microsystems Inc., 2004. SunOS 5.10 05 Apr 2004 TIFFReadRawStrip(3tiff)
Related Man Pages |
---|
tiffdefaultstripsize(3tiff) - sunos |
tiffnumberofstrips(3tiff) - sunos |
tiffvstripsize(3tiff) - sunos |
tiffstrip(3tiff) - sunos |
tiffreadencodedstrip(3tiff) - linux |
Similar Topics in the Unix Linux Community |
---|
Comic strip aims for a fun way to educate new Linux users |
strip the square brackets from a word using sed or var expansion |
strip error |