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_PUT_SETUP(3) FreeBSD Library Functions Manual RLE_PUT_SETUP(3)

rle_put_setup - setup to create an RLE file.
rle_put_init - setup for writing to an RLE file.

#include <rle.h>

void rle_put_setup( the_hdr );
rle_hdr * the_hdr;

void rle_put_init( the_hdr );
rle_hdr * the_hdr;

Rle_put_setup is called to initialize the output and write the image header of an RLE(5) image. The argument is a pointer to a rle_hdr(3) structure, which has been filled in with appropriate values for the image being saved.

Rle_put_init is called to initialize the header data structure for writing output to an RLE file. The argument is a pointer to a rle_hdr(3) structure, which has been filled in with appropriate values for the image being saved. The "private" elements of the header will be initialized. The header is not written to the file. This function could be useful for appending image data to an existing file. The new data should have the same number channels, the same width, etc. as the existing image.

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

Spencer W. Thomas, Todd Fuqua
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.