Remove code for the obsolete RLE image format

libjpeg-turbo never included that code, because it requires an external
library (the Utah Raster Toolkit.)  The RLE image format was supplanted
by GIF in the late 1980s, so it is rarely seen these days.  (It had a
lousy Weissman score, anyhow.)
This commit is contained in:
DRC
2019-12-19 10:20:52 -06:00
parent 5000eaa3a6
commit 80acd5c4a7
10 changed files with 10 additions and 754 deletions

View File

@@ -16,8 +16,7 @@ cjpeg \- compress an image file to a JPEG file
compresses the named image file, or the standard input if no file is
named, and produces a JPEG/JFIF file on the standard output.
The currently supported input file formats are: PPM (PBMPLUS color
format), PGM (PBMPLUS grayscale format), BMP, Targa, and RLE (Utah Raster
Toolkit format). (RLE is supported only if the URT library is available.)
format), PGM (PBMPLUS grayscale format), BMP, and Targa.
.SH OPTIONS
All switch names may be abbreviated; for example,
.B \-grayscale