Lines Matching full:rle
10 * This file contains routines to write output images in RLE format.
25 /* rle.h is provided by the Utah Raster Toolkit. */
27 #include <rle.h>
40 * Since RLE stores scanlines bottom-to-top, we have to invert the image
43 * RLE file during finish_output.
48 * For now, if we emit an RLE color map then it is always 256 entries long,
59 rle_map *colormap; /* RLE-style color map, or NULL if none */
89 * Make sure the image can be stored in RLE format.
91 * - RLE stores image dimensions as *signed* 16 bit integers. JPEG
112 /* Convert colormap, if any, to RLE format. */
117 /* Allocate storage for RLE-style cmap, zero any extra entries */
123 /* Save away data in RLE format --- note 8-bit left shift! */
170 * Here is where we really output the RLE file.
208 /* Emit the RLE header and color map (if any) */
211 /* Now output the RLE data from our virtual array.
274 * The module selection routine for RLE format output.
292 /* Allocate a work array for output to the RLE library. */