stabu has asked for the wisdom of the Perl Monks concerning the following question:
You can see a push going on, onto the images variable,(itself an image object) and then the montage operation occuring without a loop. It must be some sort of stack that is flattened ... um err.$example=$model->Clone(); $example->Label('Wave'); $example->Wave('25x150'); push(@$images,$example); # Create image montage. $montage=$images->Montage(geometry=>'128x160+8+4>',gravity=>'Center', + tile=>'6x+10+200',compose=>'over',background=>'#ffffff', font=>'Generic.ttf',pointsize=>18,fill=>'#600',stroke=>'none');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: advice on OO and perlmagick
by zentara (Cardinal) on Aug 10, 2008 at 19:41 UTC | |
|
Re: advice on OO and perlmagick
by jethro (Monsignor) on Aug 10, 2008 at 20:41 UTC |