Replies: 1 comment
-
It is an overwrite of the image information, it's not adding another page/layer |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
ImageMagick version
6.8.9-8 Q16 Perl 5.16.3
Operating system, version and so on
Win 10
Description
This is about PerlMagick, I hope it's OK on this forum. When I "ReadImage" twice into the same IM object in Perl ($img), does the image in the $imgpath2 file overwrite the current contents of the IM object ($img)? Or does it create a new "page"/"layer" within $img? If it's the latter, how can I just overwrite the contents of $img with what's in $imgpath2, without new pages/layers? $imgpath1 & $imgpath2 have the same size.
Beta Was this translation helpful? Give feedback.
All reactions