imshow takes more than two minutes to show a 12000x5000 image, and ~40 seconds to show a 5120x2880 image
Here's the data type for the first image (both were loaded using TiffImages
5000×12000 TiffImages.DenseTaggedImage{ColorTypes.RGB{FixedPointNumbers.N0f8}, 2, UInt32, Matrix{ColorTypes.RGB{FixedPointNumbers.N0f8}}}
julia> versioninfo()
Julia Version 1.11.0-DEV.586
Commit e9d633f70a* (2023-10-01 18:36 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 32 × AMD Ryzen 9 3950X 16-Core Processor
WORD_SIZE: 64
LLVM: libLLVM-15.0.7 (ORCJIT, znver2)
Threads: 47 on 32 virtual cores
Environment:
LD_PRELOAD = /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
JULIA_NUM_THREADS = 32
JULIA_EDITOR = vim
imshowtakes more than two minutes to show a 12000x5000 image, and ~40 seconds to show a 5120x2880 imageHere's the data type for the first image (both were loaded using
TiffImages