The compiler tells you what the parameters to ReadFromBMP should be.
Its messages are only helpful, you should read them and pay attention to them.
You don't give the Boolean parameter "internal" which is required as a second argument (it has no default value in the declaration of ReadFromBMP so you can't omit it).