aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-10-06 09:32:45 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-10-06 09:32:45 -0700
commit175c57a966223490a7d195a8bdd37cac06f18110 (patch)
tree4c33fb763d8289444301f82f60534bf8d0e669e0 /MANUAL.txt
parent7d25a7f3feb1fae0fe4151c67389b8527c68849a (diff)
downloadpandoc-175c57a966223490a7d195a8bdd37cac06f18110.tar.gz
Clarify that --dpi provides a default and doesn't override...
dpi values specified in the images themselves. See #5721.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 5c592bcea..98970c14f 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -733,9 +733,12 @@ header when requesting a document from a URL:
`--dpi`=*NUMBER*
-: Specify the dpi (dots per inch) value for conversion from pixels
- to inch/centimeters and vice versa. The default is 96dpi.
- Technically, the correct term would be ppi (pixels per inch).
+: Specify the default dpi (dots per inch) value for conversion
+ from pixels to inch/centimeters and vice versa. (Technically,
+ the correct term would be ppi: pixels per inch.) The default
+ is 96dpi. When images contain information about dpi
+ internally, the encoded value is used instead of the default
+ specified by this option.
`--wrap=auto`|`none`|`preserve`