Jupyter kernal dying while trying to read a bmp image with PILImageBW.create

0.zip

while experimenting with fast v2 lib with PILImageBW.create function, load_image function in fast core failing for bmp image file.

im = Image.open(“0.bmp”) #attached zip version of the file
im.load()
im = im._new(im.im) #kernel dying here

Not sure if this is fastcore vs PIL lib issue.