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_CP(3) FreeBSD Library Functions Manual RLE_CP(3)

rle_cp - Copy the rest of an image to the output.

#include <rle.h>

rle_cp( in_hdr, out_hdr )
rle_hdr *in_hdr, *out_hdr;

This routine copies the image contents of one RLE(5) file to another. The image described by in_hdr will be copied to the image file described by out_hdr. If any rows have been read with rle_getrow(3) or rle_getraw(3), those rows must have also been written with rle_putrow(3) or rle_putraw(3), respectively, in order for the input and output files to be "in sync". In any case, the header should have been written to the output file with rle_put_setup(3). When rle_cp returns, the input image file will be positioned at the end of the image, and an end of image code will have been written to the output image file.

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

Spencer W. Thomas
University of Michigan
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.