[SOLVED] Copy-paste an image region

Discuss the conjure program and the Magick Scripting Language (MSL) here. MSL is an XML-based wrapper to the ImageMagick image-processing functions.
Post Reply
magmical
Posts: 30
Joined: 2013-05-03T05:31:05-07:00
Authentication code: 6789

[SOLVED] Copy-paste an image region

Post 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?
Last edited by magmical on 2013-05-20T04:32:46-07:00, edited 1 time in total.
magmical
Posts: 30
Joined: 2013-05-03T05:31:05-07:00
Authentication code: 6789

Re: Copy-paste an image region

Post by magmical »

Solution is here:
viewtopic.php?f=1&t=23433
Post Reply