IordanRujinov

Linux Practical Task 2

Jan 18th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. mogrify -resize 60% -brightness-contrast 30 *.PNG
  4.  
  5. montage *PNG -tile 2x2 -geometry 1000 output.pdf
  6. convert output.pdf -page A4 output.pdf
Advertisement
Add Comment
Please, Sign In to add comment