m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-09-10 13:12:50 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-09-10 13:12:50 +0200
commitadfa32728262bf0f92135f6a766ef197c66e81c2 (patch)
tree39f451dacbe588301acdfb41c5dc0e7025e1bd16
parentfc96dfe3d1db2a189255c517e9aa83803597e143 (diff)
Add PDF to image conversion
-rw-r--r--imagemagick.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/imagemagick.md b/imagemagick.md
index 57261e9..e2828ad 100644
--- a/imagemagick.md
+++ b/imagemagick.md
@@ -14,6 +14,10 @@ Force resize to be exactly the given geometry with `!`
convert in.jpg --resize 720x720\! out.jpg
+## Convert PDF
+
+PDFs can be converted to images. Set `-density XxY` for better resolution.
+
## Options with enum arguments
List possible option values