diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2011-08-17 19:27:02 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2011-08-17 19:27:02 +0200 |
commit | 822ce1df6773e1934f50d035756ecca0f6d4cae1 (patch) | |
tree | 30950a220566092ac35f1367e49b701afa85b3e2 /apps/man/pdfdraw.1 | |
parent | 4214d2a553522a9ebb5c263368131aea813ebe03 (diff) | |
download | mupdf-822ce1df6773e1934f50d035756ecca0f6d4cae1.tar.xz |
pdfdraw: Add command line option to gamma correct and invert images.
Diffstat (limited to 'apps/man/pdfdraw.1')
-rw-r--r-- | apps/man/pdfdraw.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/man/pdfdraw.1 b/apps/man/pdfdraw.1 index 67899640..53fbcde9 100644 --- a/apps/man/pdfdraw.1 +++ b/apps/man/pdfdraw.1 @@ -59,6 +59,13 @@ Print the display list used to render each page. .TP .B \-A Disable the use of accelerated functions. +.TP +.B \-G gamma +Gamma correct the output image. +Some typical values are 0.7 or 1.4 to thin or darken text rendering. +.TP +.B \-I +Invert the output image colors. .SH SEE ALSO .BR mupdf (1), .BR pdfclean (1). |