rle_op man page on Tru64

Man page or keyword search:  
man Server   12896 pages
apropos Keyword Search (all sections)
Output format
Tru64 logo
[printable version]

RLE_OP(3)							     RLE_OP(3)

NAME
       rle_op - Data structure for raw run-length encoded image data.

SYNOPSIS
       #include <rle.h>
       #include <rle_raw.h>
       typedef struct rle_op rle_op;

DESCRIPTION
       The rle_op data structure is used to describe a single run of data in a
       RLE(5)  run-length  encoded  image.   It	 is  filled  by	 the  function
       rle_getraw(3),  and is used by the functions rle_putraw(3) and rle_raw‐
       torow(3).

       The structure is
	   struct rle_op {
		 int	 opcode;   /* One of RByteDataOp or RRunDataOp. */
		 int	 xloc;	   /* X starting location of this data. */
		 int	 length;   /* Length of run or data array. */
		 union {
			 rle_pixel *pixels;  /* ByteData case. */
			 int	   run_val;  /* RunData case. */
		 } u;
	    };

       If the opcode has the value RByteDataOp, then  the  u.pixels  component
       points to an array of length pixel values.  If the opcode has the value
       RRunDataOp, then the u.run_val component contains a pixel value that is
       to be repeated length times.

SEE ALSO
       rle_hdr(3), rle_getraw(3), rle_putraw(3), rle_rawtorow(3), librle(3),
       RLE(5).

AUTHOR
       Spencer W. Thomas

4th Berkeley Distribution	  July, 1990			     RLE_OP(3)
[top]
                             _         _         _ 
                            | |       | |       | |     
                            | |       | |       | |     
                         __ | | __ __ | | __ __ | | __  
                         \ \| |/ / \ \| |/ / \ \| |/ /  
                          \ \ / /   \ \ / /   \ \ / /   
                           \   /     \   /     \   /    
                            \_/       \_/       \_/ 
More information is available in HTML format for server Tru64

List of man pages available for Tru64

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net