Replies: 1 comment 4 replies
-
Opening the same image gives gray image on linux, but works fine on windows? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am using fast to extract patches from several images (.svs-format) , using the fast patchGenerator() and fast.ImageExporter(). I have had issues with a few images (3/21) that when I extract patches from them, the patches are grey (not colored). I am not sure if this is really a fast issue, but I would be grateful for any pointers.
I used this fast wheel (https://github.com/smistad/FAST/actions/runs/12353873040, numpy 1.26.4).
The same color issue happened for the "problematic images" when trying to display with matplotlib:
When opening the original full images with qupath they look good, but the extracted patches are grey when opened in qupath (though pixel type still says uint8 (rgb)). The patches from the remaining 18 images are good when opened in qupath.
I also tried to install the latest stable fast version, which also did not work. However, when trying on a windows-machine (locally) it did work.
Does anyone have any ideas to what the issue might be?
Beta Was this translation helpful? Give feedback.
All reactions