]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/1/jpg
exec(2): fix prototypes
[plan9front.git] / sys / man / 1 / jpg
index e242fa6e8900eec8302acbf22fe46abd410c0a66..5b3b9da1a72d7ed3aaa960901e08925c26123dc5 100644 (file)
@@ -1,10 +1,10 @@
 .TH JPG 1
 .SH NAME
-jpg, gif, png, tif, 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, totif, toico \- view and convert pictures
 .SH SYNOPSIS
 .B jpg
 [
-.B -39cdefFkJrtv
+.B -39cdefFkJrtvy
 ] [
 .I file ...
 ]
@@ -70,7 +70,7 @@ jpg, gif, png, tif, ppm, bmp, v210, yuv, ico, tga, tojpg, togeordi, togif, toppm
 .B -c
 .I comment
 ] [
-.B -gs
+.B -ks
 ] [
 .I file
 ]
@@ -80,7 +80,7 @@ jpg, gif, png, tif, ppm, bmp, v210, yuv, ico, tga, tojpg, togeordi, togif, toppm
 .B -c
 .I comment
 ] [
-.B -g
+.B -k
 ] [
 .I file
 ]
@@ -127,6 +127,16 @@ jpg, gif, png, tif, ppm, bmp, v210, yuv, ico, tga, tojpg, togeordi, togif, toppm
 ] [
 .I file
 ]
+.br
+.B totif
+[
+.B -c
+.I comment
+] [
+.B -3bgGhklLptvyY
+] [
+.I file
+]
 .PP
 .B ico
 [
@@ -157,9 +167,11 @@ to Plan 9 image format and write them to standard output.
 .IR Tojpg ,
 .IR togif ,
 .IR toppm ,
+.IR topng ,
 and
-.I topng
-read Plan 9 images files, convert them to JPEG, GIF, PPM, or PNG, and write them to standard output.
+.I totif
+read Plan 9 images files, convert them to JPEG, GIF, PPM,
+PNG, or TIFF and write them to standard output.
 .PP
 The default behavior of
 .IR jpg ,
@@ -246,7 +258,7 @@ The
 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.
+PPM, PNG, and TIFF and have no display capability.
 They all accept an option
 .B -c
 to set the comment field of the resulting file.
@@ -257,10 +269,10 @@ option makes
 output raw PPM.
 The default is to output plain PPM.
 The
-.B -g
+.B -k
 option makes
 .I tojpg
-output grayscale images,
+output grey-scale images,
 and the
 .B -s
 option makes it output scratched JPEG images.
@@ -270,6 +282,55 @@ is an
 script that invokes
 .B tojpg
 .BR -s .
+.I Totif
+accepts many options.
+Choosing Huffman, T4, or T6 compression
+forces the image to GREY1.
+.TP
+.B -3
+Convert the image to a true color RGB image.
+.TP
+.B -b
+Convert the image to a GREY1 black and white image.
+.TP
+.B -g
+Use T4 one-dimensional compression.
+.TP
+.B -G
+Use T4 two-dimensional compression.
+.TP
+.B -h
+Use Huffman compression.
+.TP
+.B -k
+Convert the image to a GREY8 grey-scale image.
+.TP
+.B -l
+Use LZW compression.
+.TP
+.B -L
+Use LZW compression with horizontal differencing.
+Some TIFF decoders may not support horizontal
+differencing applied to images of depths less than eight.
+.TP
+.B -p
+Use Packbits compression.
+.TP
+.B -t
+Use T6 compression.
+.TP
+.B -v
+Convert the image to an RGBV color-mapped image.
+.TP
+.B -y
+Convert the image to a GREY2 grey-scale image.
+.I Totif
+will then convert it to GREY4 before encoding
+because TIFF does not support depths of two.
+.TP
+.B -Y
+Convert the image to a GREY4 grey-scale image.
+.PP
 If there is only one input picture,
 .I togif
 converts the image to GIF format.
@@ -349,3 +410,10 @@ space in the image.  The icon file is written to standard output.
 Writing an animated GIF using
 .I togif
 is a clumsy undertaking.
+.SH HISTORY
+.I Tojpg
+first appeared in 9front (May, 2013).
+.I Tif
+and
+.I totif
+first appeared in 9front (July, 2013).