AntiAlias the whole image
Hi.
I created a picture pixel by pixel from a file that I created.
I created one-pixel bitmaps (Bitmap bmp(1,1)) and drew them with DrawImageUnscaled method.
But it is not antialiased. How can I antialias the image? I mean whole of that.
Thanks :-)