Wordsmith GIF limitations in cjpeg.1/djpeg.1

This commit is contained in:
DRC
2016-02-17 20:05:44 -06:00
parent aefd8b7942
commit 83aeb7b28c
2 changed files with 11 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
.TH CJPEG 1 "17 December 2015" .TH CJPEG 1 "17 February 2016"
.SH NAME .SH NAME
cjpeg \- compress an image file to a JPEG file cjpeg \- compress an image file to a JPEG file
.SH SYNOPSIS .SH SYNOPSIS
@@ -337,11 +337,11 @@ Independent JPEG Group
This file was modified by The libjpeg-turbo Project to include only information This file was modified by The libjpeg-turbo Project to include only information
relevant to libjpeg-turbo, to wordsmith certain sections, and to describe relevant to libjpeg-turbo, to wordsmith certain sections, and to describe
features not present in libjpeg. features not present in libjpeg.
.SH BUGS .SH ISSUES
Support for GIF input files was removed in cjpeg v6b due to concerns over Support for GIF input files was removed in cjpeg v6b due to concerns over
the Unisys LZW patent. Although this patent expired in 2006, cjpeg still the Unisys LZW patent. Although this patent expired in 2006, cjpeg still
lacks GIF support, for these historical reasons. (Conversion of GIF files to lacks GIF support, for these historical reasons. (Conversion of GIF files to
JPEG is usually a bad idea anyway.) JPEG is usually a bad idea anyway, since GIF is a 256-color format.)
.PP .PP
Not all variants of BMP and Targa file formats are supported. Not all variants of BMP and Targa file formats are supported.
.PP .PP

14
djpeg.1
View File

@@ -1,4 +1,4 @@
.TH DJPEG 1 "26 June 2015" .TH DJPEG 1 "17 February 2016"
.SH NAME .SH NAME
djpeg \- decompress a JPEG file to an image file djpeg \- decompress a JPEG file to an image file
.SH SYNOPSIS .SH SYNOPSIS
@@ -281,8 +281,10 @@ Independent JPEG Group
This file was modified by The libjpeg-turbo Project to include only information This file was modified by The libjpeg-turbo Project to include only information
relevant to libjpeg-turbo, to wordsmith certain sections, and to describe relevant to libjpeg-turbo, to wordsmith certain sections, and to describe
features not present in libjpeg. features not present in libjpeg.
.SH BUGS .SH ISSUES
To avoid the Unisys LZW patent, Support for compressed GIF output files was removed in djpeg v6b due to
.B djpeg concerns over the Unisys LZW patent. Although this patent expired in 2006,
produces uncompressed GIF files. These are larger than they should be, but djpeg still lacks compressed GIF support, for these historical reasons.
are readable by standard GIF decoders. (Conversion of JPEG files to GIF is usually a bad idea anyway, since GIF is a
256-color format.) The uncompressed GIF files that djpeg generates are larger
than they should be, but they are readable by standard GIF decoders.