Hi all.
I'm looking to find the difference between ImageCopyResampled and ImageCopyMerge.
What I'm looking to do is allow users to upload an image (which will usually include alpha [edit - not alpha blending - fades from 100% to 0% transparent]) and then create a smaller thumbnail of that. When I try this with ImageCopyResampled, I get something that looks a little blocky around the edges, as I can only make pure colours transparent (i.e. the default black background).
Edit #2: Is the answer that ImageCopyMerge doesn't resize the image?
Thanks.