Refactoring: Move logic for invalidating the screen from LoadBitmapFile to LoadImage
LoadImage is the function which actually draws to the screen so it's the one that knows what needs to be invalidated.
This removes unnecessary invalidation when BITLOADSIZE is used.