|
NAMErle_puteof - write an end of image to an RLE file.SYNOPSIS#include <rle.h>rle_puteof( the_hdr );
DESCRIPTIONCall 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 ALSOrle_hdr(3), rle_put_setup(3), rle_putrow(3), rle_putraw(3), librle(3), RLE(5).AUTHORSpencer W. ThomasUniversity of Utah
Visit the GSP FreeBSD Man Page Interface. |