Query: tiffreadrawstrip
OS: opensolaris
Section: 3tiff
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TIFFReadRawStrip(3tiff) 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) Read 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. Returns the actual number of bytes of data that were placed in buf. Returns -1 if an error was encountered. See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWTiff | +-----------------------------+-----------------------------+ |Interface stability |Uncommitted | +-----------------------------+-----------------------------+ libtiff(3), TIFFOpen(3tiff), TIFFReadEncodedStrip(3tiff), TIFFReadScanline(3tiff), TIFFStripSize(3tiff) This man page was originally written by Sam Leffler. Updated by Breda McColgan, Sun Microsystems Inc., 2004. 05 Apr 2004 TIFFReadRawStrip(3tiff)
Related Man Pages |
---|
tiffreadrawstrip(3tiff) - debian |
tiffreadencodedstrip(3tiff) - sunos |
tiffreadrawstrip(3tiff) - sunos |
tiffreadencodedstrip(3tiff) - mojave |
tiffreadencodedstrip(3tiff) - hpux |
Similar Topics in the Unix Linux Community |
---|
Another 'VI' question |
Need to strip few letters |
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 |