Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tiffreadrawstrip(3tiff) [opensolaris man page]

TIFFReadRawStrip(3tiff) 												   TIFFReadRawStrip(3tiff)

NAME
TIFFReadRawStrip - return the undecoded contents of a strip of data from an open TIFF file SYNOPSIS
#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)

Check Out this Related Man Page

TIFFReadRawStrip(3tiff) 				 Introduction to Library Functions				   TIFFReadRawStrip(3tiff)

NAME
TIFFReadRawStrip - return the undecoded contents of a strip of data from an open TIFF file SYNOPSIS
#include <tiffio.h> tsize_t TIFFReadRawStrip(TIFF* tif, tstrip_t strip, tdata_t buf, tsize_t size) DESCRIPTION
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. RETURN VALUES
Returns the actual number of bytes of data that were placed in buf. Returns -1 if an error was encountered. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWTiff | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
libtiff(3), TIFFOpen(3tiff), TIFFReadEncodedStrip(3tiff), TIFFReadScanline(3tiff), TIFFStripSize(3tiff) NOTES
This man page was originally written by Sam Leffler. Updated by Breda McColgan, Sun Microsystems Inc., 2004. SunOS 5.10 05 Apr 2004 TIFFReadRawStrip(3tiff)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Another 'VI' question

I want to know how I can strip and add blanklines from/to a text file with VI. I have two scenarios that I am currently doing manually - and it's painful. 1) I need to strip any lines that have no characters on them at all..... (:set list shows me $) and 2) I need to enter a blank... (6 Replies)
Discussion started by: peter.herlihy
6 Replies

2. Shell Programming and Scripting

Need to strip few letters

Hey guys.. Can experts help me in achieving my purpose.. I have a file which contains email address of some 100 to 1000 domains, I need only the domain names.. Eg: abc@yahoo.com hd@gamil.com ed@hotmail.com The output should contain only Yahoo.com ... (5 Replies)
Discussion started by: achararun
5 Replies

3. UNIX for Dummies Questions & Answers

Stripping down binaries

Hello, I am the CEO of Grand Tech Corporation. We are launching Linux NT and forgive me, but I do not know how to strip binaries down in Mandriva Linux. Can someone tell me a way to?:b: (2 Replies)
Discussion started by: Linux NT
2 Replies

4. Shell Programming and Scripting

strip the square brackets from a word using sed or var expansion

Hi, I am trying to strip out leading and trailing brackets from a word. for example, I have a value, in a file. I want to strip out the leading and trailing brackets it and should get the value Running. I am using the following statement but in vain. grep "Workflow run status:" <... (4 Replies)
Discussion started by: svajhala
4 Replies

5. Solaris

strip error

Hi I am getting the below error while using strip command. strip: libelf error. Request error: no string table strip: a.out: file not manipulated Could somebody please let me know what might be the solution?? It is in ksh and solaris 10. Thanks in advance (4 Replies)
Discussion started by: vali__
4 Replies