summaryrefslogtreecommitdiff
path: root/sys/man/1/jpg
diff options
context:
space:
mode:
authorppatience0 <ppatience0@gmail.com>2013-05-12 16:11:43 -0400
committerppatience0 <ppatience0@gmail.com>2013-05-12 16:11:43 -0400
commitd5e3e4326cf24190d11c6f33e1c2c8c563b736b6 (patch)
treed8a022fe972083524340fe6bd08fb9b358baf7bd /sys/man/1/jpg
parentb78e9525cf41f99ed845c5d3d878c0936cba6e7f (diff)
toppm: add -r flag for raw ppm
Diffstat (limited to 'sys/man/1/jpg')
-rw-r--r--sys/man/1/jpg11
1 files changed, 9 insertions, 2 deletions
diff --git a/sys/man/1/jpg b/sys/man/1/jpg
index 6ffc79e87..e3583d4bb 100644
--- a/sys/man/1/jpg
+++ b/sys/man/1/jpg
@@ -85,6 +85,8 @@ jpg, gif, png, ppm, bmp, v210, yuv, ico, tga, togif, toppm, topng, toico \- view
.B -c
.I comment
] [
+.B -r
+] [
.I file
]
.br
@@ -93,7 +95,6 @@ jpg, gif, png, ppm, bmp, v210, yuv, ico, tga, togif, toppm, topng, toico \- view
.B -c
.I comment
] [
-[
.B -g
.I gamma
] [
@@ -126,7 +127,7 @@ read files in the corresponding formats and, by default, display
them in the current window; options cause them instead to convert the images
to Plan 9 image format and write them to standard output.
.IR Togif ,
-.IR Toppm ,
+.IR toppm ,
and
.I topng
read Plan 9 images files, convert them to GIF, PPM, or PNG, and write them to standard output.
@@ -212,6 +213,12 @@ and have no display capability.
Both accept an option
.B -c
to set the comment field of the resulting file.
+The
+.B -r
+option makes
+.I toppm
+output raw PPM.
+The default is to output plain PPM.
If there is only one input picture,
.I togif
converts the image to GIF format.