Added the crop(), rotate(), mirror(), fill() and scale() member functions for manipulating a bitmap.
Added the getData() member function, which returns a pointer to the pixel data for a bitmap.
Added the getOptions() and setOptions() member functions, for getting and setting the bitmap flags.
The savePixels() and loadPixels() member functions now return FXbool (instead of void).