Guest User

Untitled

a guest
Oct 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. # values in this case:
  2. # - columns: 4
  3. # - rows: 3
  4. # - dimensions: an array containing two numbers (potentially floats due to mm to pixels conversion)
  5. # - picture_paths: an array of already cropped pictures
  6. # - target_path: the target path (obviously)
  7. `montage -tile #{columns}x#{rows} -geometry #{dimensions.join('x')}+0+0 #{picture_paths.join(' ')} #{target_path}`
Add Comment
Please, Sign In to add comment