aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkj_sh6042026-05-03 17:24:20 -0400
committerkj_sh6042026-05-03 17:24:20 -0400
commit8086971f9a778c591e6c0bde09de2c7c3030844b (patch)
tree716e72fe409abff6069ca8a3b4679f0b874ea482 /README.md
parent093a953ab7a6f0c655f9a5def611f594bf6b3255 (diff)
refactor: change default DPI depending on modes
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 91f4867..4763445 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ pip install -r requirements.txt
# specify output path
./src/slidepacker deck.pdf out.pptx
-# set render resolution (default: 100 dpi)
+# set render resolution (defaults: 150 dpi standard, 100 dpi with -1)
./src/slidepacker deck.pdf --dpi 200
# tune jpeg quality (default: 98)