gnu: libjpeg: Improve description.
* gnu/packages/image.scm (libjpeg)[description]: Add the list of the programs it provides. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
25bc6370a4
commit
61853b7447
|
@ -267,8 +267,16 @@ files. It can compress them as much as 40% losslessly.")
|
|||
"Libjpeg implements JPEG image encoding, decoding, and transcoding.
|
||||
JPEG is a standardized compression method for full-color and gray-scale
|
||||
images.
|
||||
The included programs provide conversion between the JPEG format and
|
||||
image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats.")
|
||||
It also includes programs that provide conversion between the JPEG format and
|
||||
image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats, as well as
|
||||
lossless JPEG manipulations such as rotation, scaling or cropping:
|
||||
@enumerate
|
||||
@item cjpeg
|
||||
@item djpeg
|
||||
@item jpegtran
|
||||
@item rdjpgcom
|
||||
@item wrjpgcom
|
||||
@end enumerate")
|
||||
(license license:ijg)
|
||||
(home-page "http://www.ijg.org/")))
|
||||
|
||||
|
|
Loading…
Reference in New Issue