|
Creates a new bitmap file
The new bitmap file is a resampled version of the source bitmap file
The given bitmap file should be in 8 bit per pixel or 24 bit per pixel file format.
The return value is OK or VR_ERROR
Example:
STATE_utilities_resample_bitmap("C:\\STATE\\logos\\biglogo.bmp", "..\\small_logo.bmp", 32,32);
This would create a 32x32 bitmap file in the name small_logo.
|