Terry Pinnell wrote:
> Could someone remind me of the best way to copy a selection from one
> image to another please? In this example, I selected an area in the
> right image and copied it to clipboard. I cannot simply then paste it
> into the left image as that opens a new image. So I first make a
> rectangle, guessing the size, and then paste. But the results are very
> poor.
> http://www.terrypin.dial.pipex.com/Images/IrfanCopy.gif
----------------------
You need to keep an eye on the pixel size in the upper left corner. Use the
same pixel values for your rectangular to paste into the second image. If
your pixels are less than the original (like in your sample), the results
will be poor.
In detail:
First image > select your area (draw rectangle) > remember pixel size > Edit
> Copy
Second image > draw your rectangle with same pixel size > Edit > Paste.
Good luck
H.N.