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?
[SOLVED] Copy-paste an image region
[SOLVED] Copy-paste an image region
Last edited by magmical on 2013-05-20T04:32:46-07:00, edited 1 time in total.
Re: Copy-paste an image region
Solution is here:
viewtopic.php?f=1&t=23433
viewtopic.php?f=1&t=23433