Table of Contents

Name

rle_puteof - write an end of image to an RLE file.

Synopsis

#include <rle.h>

rle_puteof( the_hdr );
rle_hdr * the_hdr;

Description

Call rle_puteof to write an end of image opcode into an RLE(5) file. Rle_puteof also frees some storage allocated by rle_putrow(3) , "flushes" the output file, and generally cleans up.

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


Table of Contents