Closed ghadjigeorghiou closed 2 years ago
Looking into this. In the meantime, the linked PR on generating thumbnails from the CLI may be of interest
Hi @John-P, I think this is fixed by creating an image as a pyramid (using the downsample option in the cli) instead of a flat one. Feel free to close the issue.
Description
I used the wsic tool to convert a jp2 image to tiff. This was a test because I want to use the tool to convert multiple images and upload them to WASABI and the PathLAKE Portal. However, I've noticed that the testing image was not displayed on WASABI. I tried to investigate the issue by reading the image locally and then found out that I was not able to create the thumbnail because it was timing out (taking more than 10misn before crashing). There were no error logs during the conversion of the image, so I expect that it was successful. Also, I managed to convert the image using another tool, therefore the original image is not corrupted and not causing this issue.
I have included all the commands that I have used below. I have also uploaded the original and converted image to OneDrive here. @John-P you should be able to access these images. If you can't please let me know.
What I Did
Command that I used to convert the jp2 image to tiff
Command that I used to read the image using tiatoolbox (Works fine and runs in 0.1s)
Command that I used to create and display the thumbnail of the image using tiatoolbox (Times out)
Command that I used to read the image using OpenSlide directly (Works fine and runs in 0.1s)
Command that I used to create and display the thumbnail of the image using OpenSlide (Times out)
note: I think this might be the reason why the image cannot be displayed on WASABI. Link to WASABI collection with the converted images: here. @John-P I have given permissions to your wasabi user for this collection. Let me know if it doesn't work.