I'm reading a bitmap in from the clipboard, and I want to add a white
border around the edges. The only way that I can see to do it is to
create a new image in memory that is slightly larger, and loop through
each pixel in the existing image and set the pixels one by one in the
new image with an offset.
Is there an easier, built-in way to do this?
Thanks,
Nick