m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/imagemagick.md
diff options
context:
space:
mode:
Diffstat (limited to 'imagemagick.md')
-rw-r--r--imagemagick.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/imagemagick.md b/imagemagick.md
index 57261e9..f4783df 100644
--- a/imagemagick.md
+++ b/imagemagick.md
@@ -14,6 +14,16 @@ Force resize to be exactly the given geometry with `!`
convert in.jpg --resize 720x720\! out.jpg
+## Compress
+
+### JPG
+
+convert -strip -interlace Plane -gaussian-blur 0.05 -quality 85% source.jpg result.jpg
+
+## Convert PDF
+
+PDFs can be converted to images. Set `-density XxY` for better resolution.
+
## Options with enum arguments
List possible option values