convert a jpg files into 256 colors bitmap
returns OK or VR_ERROR;
example:
rc=STATE_utilities_jpg2bmp("bitmaps\jpeg\horse.jpg");
This will create a 256 colors bitmap with the name horse.bmp
the bitmap will be created in the same directory of horse.jpg