-
-
Save julianpistorius/d1cf41f46f74b8b932f9f6692029a9af to your computer and use it in GitHub Desktop.
Revisions
-
andyrbell revised this gist
Sep 9, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ # use ImageMagick convert # the order is important. the density argument applies to input.pdf and resize and rotate to output.pdf convert -density 90 input.pdf -rotate 0.5 -attenuate 0.2 +noise Multiplicative -colorspace Gray output.pdf -
andyrbell revised this gist
Mar 25, 2018 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,3 @@ # use ImageMagick convert # the order is important. the density argument applies to input.pdf and resize and rotate to output.pdf convert -density 288 input.pdf -resize 25% -rotate 0.5 output.pdf -
andyrbell created this gist
Dec 11, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ # use ImageMagick convert convert input.pdf -rotate 0.5 output.pdf