man page fixes

This commit is contained in:
John Cupitt 2013-10-22 17:12:50 +01:00
parent 12cf71a6a9
commit 767a11a5e8
3 changed files with 15 additions and 9 deletions

View File

@ -17,6 +17,12 @@ the VIPS extension block: the XML defining the image metadata. You can alter
this, then reattach with this, then reattach with
.B edvips(1). .B edvips(1).
.TP
.B -a, --all
Show all fields. Normally
.B header
just shows a one-line summary.
.SH EXAMPLES .SH EXAMPLES
$ header -f Xsize ~/pics/*.v $ header -f Xsize ~/pics/*.v
1024 1024

View File

@ -57,15 +57,15 @@ Run a vips8 operation. Operation options must follow the operation name.
Get a "usage" message for an operation Get a "usage" message for an operation
$ vips add $ vips add
VipsAdd (add), add two images usage:
add left right out add left right out
add two images
where: where:
left :: VipsImage (input) left - Left-hand image argument, input VipsImage
right :: VipsImage (input) right - Right-hand image argument, input VipsImage
out :: VipsImage (output) out - Output image, output VipsImage
optional arguments: operation flags: sequential-unbuffered
imtest :: VipsImage (input) add: too few arguments
booltest :: gboolean (input)
.SH RETURN VALUE .SH RETURN VALUE
returns 0 on success and non-zero on error. returns 0 on success and non-zero on error.

View File

@ -55,7 +55,7 @@ The default value is
meaning JPEG output, with meaning JPEG output, with
.B tn_ .B tn_
prepended. You can add format options too, for example prepended. You can add format options too, for example
.B tn_%s.jpg:20 .B tn_%s.jpg[Q=20]
will write JPEG images with Q set to 20. will write JPEG images with Q set to 20.
.TP .TP