Bill Moseley on  wrote...
| 
| On Wed, Jul 30, 2008 at 07:51:19PM -0700, Bill Moseley wrote:
| 
| By the way,
| 
| 
| >     $montage = $im->Montage(
| >         mode => 'Concatenate',
| >         tile => '1x',
| >         background => 'none',
| >     );
| 
| That leaves no padding between the images.
| 
| I can do this, instead:
| 
|     $montage = $im->Montage(
|         mode => 'Concatenate',
|         tile => '1x',
|         background => 'none',
|         border => 50,
|         bordercolor => 'none',
|     );
| 
| What I'd like is to do, of course, is just have some padding
| below each image.  The above adds 50px of padding around each image.
| 
Create the image using the above then 'Splice()' some extra space below
that with gravity South.

  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
  What are the facts? Again and again and again  -- what are the _facts_?
  Shun wishful thinking, ignore divine revelation, forget what 'the stars
  foretell', avoid opinion, care not what the neighbors think, never mind
  the unguessable 'verdict of history', -- what are the facts, and to how
  many decimal places? You pilot always into an unknown future; facts are
  your only clue. Get the facts!  -- Lazuras Long, (Aka. Robert Heinlein)
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to