GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RLE_SKIPROW(3) FreeBSD Library Functions Manual RLE_SKIPROW(3)

rle_skiprow - Skip output scanlines in an RLE file.

#include <rle.h>

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

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.

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

Spencer W. Thomas
University of Utah

Rle_skiprow should not be called when creating an RLE file with the_hdrbackground 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.
2/2/87 3

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.