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

Linux availability of native library for java #4597

Open
Rocsg opened this issue Apr 18, 2024 · 5 comments
Open

Linux availability of native library for java #4597

Rocsg opened this issue Apr 18, 2024 · 5 comments
Labels
type:Compiler Compiler support or related warnings

Comments

@Rocsg
Copy link

Rocsg commented Apr 18, 2024

Description

Hi,
We develop a plugin for Fiji that is called Fijiyama. As this tool switches between Java /Fiji and ITK, we developed a first draft of a class for making conversion between Fiji's ImagePlus format and SimpleITK's Image format, processing pixel per pixel.

In order to improve performance, we try to use the new capabilities of the latest SimpleITK build (using buffers to fasten the conversion). We achieve significant time reduction (between 5 and 10 depending on config.) However, did you already worked on it by your side ?

To include these capabilities into Fijiyama, we would like to surround the plugin Fijiyama with recent build of SimpleITK. For that, we would need to get the native libraries compiled under Linux. The latest releases of simpleITK for java only provide the windows (and sometimes mac) version of the library. As well, the latest maven version seems a bit ancient.

Could you provide the linux build ?

Steps to Reproduce

Connect onto maven central :
https://mvnrepository.com/artifact/org.itk.simple/simpleitk

Or the latest releases of this github

Expected behavior

Compatibility

Actual behavior

Stuck to 0.9

Reproducibility

100% time

Versions

0.9 et 2.3.1

Environment

Both. But especially linux version, that is not provided.

Additional Information

Thank you very much !

@Rocsg Rocsg added the type:Compiler Compiler support or related warnings label Apr 18, 2024
Copy link

Thank you for contributing an issue! 🙏

Welcome to the ITK community! 🤗👋☀️

We are glad you are here and appreciate your contribution. Please keep in mind our community participation guidelines. 📜
Also, please check existing open issues and consider discussion on the ITK Discourse. 📖

This is an automatic message. Allow for time for the ITK community to be able to read the issue and comment on it.

@zivy
Copy link
Member

zivy commented Apr 18, 2024

Hello @Rocsg,

If this is a SimpleITK request and not an ITK one (I'm not 100% sure), please close the issue here and open it on the SimpleITK issue tracker. Thanks.

@dzenanz
Copy link
Member

dzenanz commented Apr 18, 2024

Perhaps "Transfer issue" to SimpleITK repository? Someone with write access both here and there should be able to do it. I can't do it, but @blowekamp should, and @zivy might.

@blowekamp
Copy link
Member

Perhaps "Transfer issue" to SimpleITK repository? Someone with write access both here and there should be able to do it. I can't do it, but @blowekamp should, and @zivy might.

Unfortunately, it does not look like a issue can be transferred between organizations.

@Rocsg
Copy link
Author

Rocsg commented Apr 29, 2024

Ok I do it. Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:Compiler Compiler support or related warnings
Projects
None yet
Development

No branches or pull requests

4 participants