=?iso-8859-1?Q?G=FCnter?= Bachelier on wrote...
| Hello IM user group,
|
| I have now begun to implement the plane groups with PerlMagick
| beginning with the simplest pmm
| http://www.vi-anec.de/Trance-Art/IM-examples/IM-plane_group_pmm/pmm_e.pdf
|
| It works until the +append method.
| On http://www.imagemagick.org/script/perl-magick.php
| about the append command is written:
|
| "$image->Append(stack=>{true,false})
| appends all the images associated with object $image. "
|
I think the 'stack' flag is the -/+ aspect of the comamndline.
Eg stack vertically (probably 'true') or horizontally (probably 'false')
| So I tried to push the two images pmm_G and pmm_G_flop
| in the object $pmm_tile_row and then append the two to get
| one image but this does not work: If I write $pmm_tile_row I
| get the two images and not the appended one. So push may be
| not the right way to translate "...all the images associated with object
| ..."
| How can this be done?
|
You will need to start a new 'image' by cloning the old,
do the flop, then add that to the end of the original.
This is what the parenthesis (or seperate commands) do.
Anthony Thyssen ( System Programmer ) <[EMAIL PROTECTED]>
-----------------------------------------------------------------------------
When an elf uses human courtesies, you know you are in trouble.
-- Rick Cook, "The Wizardry Compiled"
-----------------------------------------------------------------------------
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