Converts the given image data bytes to PIL Image.
(
image_data: Union[bytes, bytearray, memoryview],
width: int,
height: int,
texture_format: Union[TextureFormat, int],
version: Tuple[int, int, int, int],
platform: Union[BuildTarget, int],
platform_blob: Optional[List[int]] = None,
flip: bool = True,
)
source not stored for this graph (policy: none)
no test coverage detected