Ok, your first question - rotating/resizing a bitmap.
You cannot directly stretch or resize a bitmap. What you can do for stretching is to use the COPY BITMAP command to resize as you copy to a new bitmap.
The only way to rotate a bitmap in standard DBPro code (assuming that you are using 'Pro) is to grab the bitmap into an image, make a sprite of the image, rotate the sprite and then paste the sprite to your new bitmap.
If you are using DB Classic, then I believe that there is a ROTATE SPRITE command, but it only works in 90 degree steps.
I haven't got a PC here with DBC or DBPro on it, so I can't answer your second question yet, but you do know that you need fullscreen-exclusive mode to use fullscreen gamma don't you?