Mercurial > cortex
comparison thesis/comp.pl @ 443:d3c5f9b70574
workling on thesis render.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 25 Mar 2014 00:20:01 -0400 |
parents | eaf8c591372b |
children | f14fa9e5b67f |
comparison
equal
deleted
inserted
replaced
442:eaf8c591372b | 443:d3c5f9b70574 |
---|---|
13 $output = $target.".png"; | 13 $output = $target.".png"; |
14 | 14 |
15 @imagemagick_command = flat("montage", @images, "-geometry", "+2+2", $output); | 15 @imagemagick_command = flat("montage", @images, "-geometry", "+2+2", $output); |
16 | 16 |
17 print "@imagemagick_command\n"; | 17 print "@imagemagick_command\n"; |
18 | |
19 system(@imagemagick_command); |