Table of Contents

Name

rle_skiprow - Skip output scanlines in an RLE file.

Synopsis

#include <rle.h>

rle_skiprow( the_hdr, nrow )
rle_hdr * the_hdr;
int nrow;

Description

This routine is used to output blank (background) scanlines to an RLE(5) file. It is used in conjunction with rle_putrow(3) or rle_putraw(3) . The number of scanlines indicated by nrow will be blank in the output file.

See Also

rle_hdr(3) , rle_put_setup(3) , rle_putrow(3) , rle_putraw(3) , librle(3) , RLE(5) .

Author

Spencer W. Thomas
University of Utah

Bugs

Rle_skiprow should not be called when creating an RLE file with the_hdr->background set to zero. The specified number of rows will indeed be skipped, but they will not be filled with background when the file is read.


Table of Contents