User Tools

Site Tools


imagemagick

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
imagemagick [2023/06/05 01:58] – Image Conversion rjtimagemagick [2023/12/20 21:56] (current) – PDF rjt
Line 24: Line 24:
 This will convert all PNGs in the current directory to JPGs at quality 50 and scaled to 1200px width. This will convert all PNGs in the current directory to JPGs at quality 50 and scaled to 1200px width.
  
-<code>mogrify -format jpg -quality 50% -resize 1200x *.png</code>+<code bash>mogrify -format jpg -quality 50% -resize 1200x *.png</code> 
 + 
 +==== Create PDF ==== 
 + 
 +To create a PDF from a bunch of PNG files in a directory: 
 + 
 +<code bash>convert *.png [name].pdf</code>
  
 ===== Guides ===== ===== Guides =====
imagemagick.1685894331.txt.gz · Last modified: 2023/06/05 01:58 by rjt