diff options
author | ppatience0 <ppatience0@gmail.com> | 2013-07-02 01:57:14 -0400 |
---|---|---|
committer | ppatience0 <ppatience0@gmail.com> | 2013-07-02 01:57:14 -0400 |
commit | 043c8e445316fc39a893639a5ce42dd45ebb0132 (patch) | |
tree | 92f06d8ff245537947cba7d17f819c759dcab5c3 /sys/man/1/jpg | |
parent | 82ccf5b26a8cc6b15216823f7694cb8570f2ccc4 (diff) |
tif: add tiff decoder
Diffstat (limited to 'sys/man/1/jpg')
-rw-r--r-- | sys/man/1/jpg | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/sys/man/1/jpg b/sys/man/1/jpg index 9ec0153fc..e242fa6e8 100644 --- a/sys/man/1/jpg +++ b/sys/man/1/jpg @@ -1,6 +1,6 @@ .TH JPG 1 .SH NAME -jpg, gif, png, ppm, bmp, v210, yuv, ico, tga, tojpg, togeordi, togif, toppm, topng, toico \- view and convert pictures +jpg, gif, png, tif, ppm, bmp, v210, yuv, ico, tga, tojpg, togeordi, togif, toppm, topng, toico \- view and convert pictures .SH SYNOPSIS .B jpg [ @@ -23,6 +23,13 @@ jpg, gif, png, ppm, bmp, v210, yuv, ico, tga, tojpg, togeordi, togif, toppm, top .I file ... ] .br +.B tif +[ +.B -39cdektv +] [ +.I file ... +] +.br .B ppm [ .B -39cdektv @@ -137,6 +144,7 @@ These programs read, display, and write image files in public formats. .IR Jpg , .IR gif , .IR png , +.IR tif , .IR ppm , .IR bmp , .IR tga , @@ -156,8 +164,14 @@ read Plan 9 images files, convert them to JPEG, GIF, PPM, or PNG, and write them The default behavior of .IR jpg , .IR gif , +.IR png , +.IR tif , +.IR ppm , +.IR bmp , +.IR tga , +.IR v210 , and -.IR ppm +.IR yuv is to display the .IR file , or standard input if no file is named. @@ -227,11 +241,12 @@ The input is a motion JPEG file, with multiple images representing frames of the .PP The .IR tojpg , -.IR togif -and +.IR togif , .IR toppm -programs go the other way: they convert from Plan 9 images to JPEG, GIF and PPM, -and have no display capability. +and +.IR topng +programs go the other way: they convert from Plan 9 images to JPEG, GIF, +PPM and PNG and have no display capability. They all accept an option .B -c to set the comment field of the resulting file. @@ -323,6 +338,8 @@ space in the image. The icon file is written to standard output. .br .B http://www.w3.org/TR/2003/REC-PNG-20031110 .br +.B http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf +.br .B http://netpbm.sourceforge.net/doc/ppm.html .br .B http://en.wikipedia.org/wiki/Windows_bitmap |