Page 1 of 1

[SOLVED] Copy-paste an image region

Posted: 2013-05-08T11:03:07-07:00
by magmical
Hi folks

I want to copy-paste an image region.
With convert it must look like this:
convert old.png ( +clone -crop 20x20+10+10 +repage ) -geometry +110+110 -composite new.png

How can I do this with Magick Scripting Language?

Re: Copy-paste an image region

Posted: 2013-05-20T04:32:29-07:00
by magmical
Solution is here:
viewtopic.php?f=1&t=23433