Skip to content
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

Support for Philips isyntax images #61

Open
shaneahmed opened this issue Mar 28, 2023 · 5 comments
Open

Support for Philips isyntax images #61

shaneahmed opened this issue Mar 28, 2023 · 5 comments

Comments

@shaneahmed
Copy link

It would be useful to add support for Philips isyntax images. Currently, there is lack of open source libraries which support conversion from isyntax. These libraries also require installation of Philips SDK. It would be really helpful if there is a way to support this with an open licence.

@erikogabrielsson
Copy link
Collaborator

Hi @shaneahmed

There is an issue open on openslide for adding the iSyntax-implementation from slidescape. This implementation does not use the SDK and could be a good solution also for converting do DICOM. As this is actively worked on we will monitor the development and, when/if done, implement any needed changes to wsidicomizer.

@shaneahmed
Copy link
Author

Hi @shaneahmed

There is an issue open on openslide for adding the iSyntax-implementation from slidescape. This implementation does not use the SDK and could be a good solution also for converting do DICOM. As this is actively worked on we will monitor the development and, when/if done, implement any needed changes to wsidicomizer.

The issue with slidescape is that it uses GPL-3 license. Therefore, I don't see an integration in the near future unless the license is updated.
But I agree let's keep an eye on this.

@erikogabrielsson
Copy link
Collaborator

The author is willing to license the isyntax part under a more permissive license: openslide/openslide#433 (comment)

@shaneahmed
Copy link
Author

The author is willing to license the isyntax part under a more permissive license: openslide/openslide#433 (comment)

That would be great!

@erikogabrielsson
Copy link
Collaborator

Initial support for converting isyntax files is available in the isyntax branch. This uses the python wrapper pyisyntax and libisyntax. It seems to work OK for isyntax but there are some problems with i2syntax. Only the base level is read from isyntax, but a pyramid can be recreated using the add_missing_levels-parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants