Date: Nov 18, 2012 12:23 AM Author: ImageAnalyst Subject: Re: How to add additional "coins" to an Image Have you seen my demo where I find the coins and cut them out. Then all you need to do is to determine the rows and columns where you want one pasted in and then do
yourImage(row1:row2, col1:col2) = croppedImage;