in reply to Appending an image to a png file
"The Append() method
append a set of images. For example,
appends all the images associated with object $image. By default, images are stacked left-to-right. Set stack to True to stack them top-to-bottom."$p = $image->Append(stack=>{true,false});
Clearly the way you are trying to use the Append method is incorrect.
Sorry, but as I have never used the program or the package, this is as much help as I can offer.
davidj
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Appending an image to a png file
by Nalina (Monk) on Aug 04, 2004 at 05:29 UTC |