I have an image that is 240x320 (iphone camera image in portrait), and I need to programmatically (in C#) add white \"bars\" to the sides increasing the full image size to 320x3
Create a new empty white bitmap of the desired size and blit the smaller image onto it.