08-25-2022, 06:49 AM
(08-23-2022, 12:09 PM)rich2005 Wrote:Quote:...snip...On this large layer, I want to create multiple copies of a much smaller image (say 100 x 100 pixels)...
Are the copies of this smaller image contiguous, that is do they touch ?
If they do touch then one way is copy to clipboard and fill the larger image with the clipboard pattern.
Thank you for the reply.
They are not contiguous, but your reply jogged my memory about that function, which may become useful for future designs.
For now, I have solved my immediate problem simply by placing one image on a layer, then duplicating it N times and moving the various layers around. I end up with 20+ layers, which is a bit of a pain, but it works. Only problem is that, when I want to select a particular image, I have to try to remember which layer it is.
Kind wishes - Patrick