File loader is not displaying all the format of images

What I’m trying to do:
I’m uploading an image using file loader. Then i am trying to display the selected image through a button click.

What I’ve tried and what’s not working:
I tried it on PNG, JPG, JPEG files. It is working perfectly but when i uploaded TIFF image, it didn’t display it. What am i missing here?

Code Sample:

def button_1_click(self, **event_args):
    self.image_1.source = self.file_loader_1.file

Clone link:
https://anvil.works/build#clone:5R7NWGTCER4YLSFH=KVEE4BF4YPC5WQ6BUVJZKQE5

A post was merged into an existing topic: How to display tiff, .dicom, .cr2 and .ima image