-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is this program still on maintainance, does it support to transfer itk image to svs format #29
Comments
the ITKIOOpenSlide does not support write to svs format, this is my test result
test code:
|
Since openslide itself cannot write slide format images, neither can ITKIOOpenSlide. You're unfortunately limited to only reading slide images. |
Aha! I remembered coming across the C/C++ library libvips that can write slide images. There's also BioFormats but that's Java. Maybe I could write an ITKIOVIPS or something like that! But I'm already strapped for time and often not even working on pathology projects (I'm working mostly with radiology images these days). |
that will be great if there are iovips or iosvs! I have found a repo use libvips to generate svs, but I don't know how to combine it with itk or itk montage. |
Unfortunately, it doesn't look like libvips can write .svs files either. I guess the workaround is to write a pyramidal tiff image. See the issue with code for the workaround. |
yes sir, vips can not write svs directly. but |
i build SCIFIO ImageIO successfully, it did not support write svs format surprisingly |
I don't see the SCIFIOImageIO listed. You could try to force the use of SCIFIImageIO by creating SCIFIImageIO ( |
Question
is this program still on maintainance, does it support to transfer itk image to svs format?
or is there any other way to write the itk::TileMergeImageFilter->GetOutput() to svs format
The text was updated successfully, but these errors were encountered: