v1.0.3 #97
cdgatenbee
announced in
Announcements
v1.0.3
#97
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
reader_dictargument inValis.register. The keys, value pairs are image filename and instantiatedSlideReaderto use to read that file. Valis will try to find an appropriate reader for any omitted files. Can be especially useful in cases where one needs different series for different images, as theseriesargument is set when theSlideReaderis created.Slideis assigned aSlideReader, ensuring that the same series will always be read.pyramid=Falsewhen calling the various slide saving methods (requested in github issue 56).slide_io.CziJpgxrReaderwith more jpegxr compressed czi images, including 3 RGB (2 mosaic, 1 not mosaic), 1 multichannel non-RGB (mosaic), 1 single channel (mosaic). Related to github issue 76.colormap=Noneto the various save functions will not add any color channels, and so the slide viewer's default colormaps will be used.slide_io.get_slide_readerto give preference to reading images with libvips/openslide. Should be faster since image will not need to be constructed from tiles.slide_io.VipsSlideReaderto use the ome-types pacakge to extract metadata, instead of Bio-formats. Should avoid having to launch JVM unless Bio-formats is really needed.imgs_ordered=True, addressing the comment github issue 56.imghdr, which is being deprecatedThis discussion was created from the release v1.0.3.
Beta Was this translation helpful? Give feedback.
All reactions