diff 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
line wrap: on
line diff
     1.1 --- a/thesis/comp.pl	Mon Mar 24 22:43:06 2014 -0400
     1.2 +++ b/thesis/comp.pl	Tue Mar 25 00:20:01 2014 -0400
     1.3 @@ -15,3 +15,5 @@
     1.4  @imagemagick_command = flat("montage", @images, "-geometry", "+2+2", $output);
     1.5  
     1.6  print "@imagemagick_command\n";
     1.7 +
     1.8 +system(@imagemagick_command);