Table of Contents
rle_puteof - write an end of image to an RLE file.
#include
<rle.h>
rle_puteof( the_hdr );
rle_hdr * the_hdr;
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.
rle_hdr(3)
, rle_put_setup(3)
, rle_putrow(3)
, rle_putraw(3)
, librle(3)
,
RLE(5)
.
Spencer W. Thomas
University of Utah
Table of Contents