Failed to render a BMP image on iOS 16 Beta

We have a BMP image that couldn't be rendered successfully on iOS 16 Beta. But it does work on iOS 15. The base64. encoded bmp file is attached as below:

Is it a bug of iOS 16 Beta?

When we use [UIImage initWithData:] to init, it returns nil on iOS 16 but we could get an image instance on iOS 15.

Could you please verify if this issue still occurs on beta 4?

Failed to render a BMP image on iOS 16 Beta
 
 
Q