This special process resizes an image optionally using a method of interpolation. You can specify the following parameters:
Width = New width of the image (pixels)
Height = New height of the image (pixels)
Method of Interpolation = The method by which the picture is recalculated (shrunk or stretched). You have 3 choices (None, Billinear, and Bicubic).
Background Color = Background color of the new image. This is an integer value
BackColor = Red + Green*256 + Blue*256*256 (Red, Green and Blue are 8 bits each)
For example, = (R=51, G=193, B = 172) = 51 + 193*256 + 172*256*256 = 11321651