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

Whole slide image issue when using IKVM Maven version of package. #3

Closed
BiologyTools opened this issue Dec 19, 2023 · 2 comments
Closed
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@BiologyTools
Copy link
Owner

As discussed in the issue I opened on IKVM whole slide images with any compression fail due to an issue with native lib loader.

@BiologyTools BiologyTools added documentation Improvements or additions to documentation bug Something isn't working labels Dec 19, 2023
@BiologyTools BiologyTools changed the title Whole slide image issue when using IKVM Maven version of package. And ARM64 Whole slide image issue when using IKVM Maven version of package. Dec 20, 2023
@BiologyTools
Copy link
Owner Author

Fixed partially with 2813775 Generated the bioformats_package.dll as documented here in the read.me This patch only works for x64 Windows, Linux, and Mac. Fix for ARM is waiting on ikvmnet/ikvm#448

@BiologyTools
Copy link
Owner Author

Fixed fully with 731e1d4 using IKVMReference instead of Maven or ikvmc.exe conversion. Here is the fix:

<IkvmReference Include="bioformats_package.jar">
      <AssemblyName>bioformats_package</AssemblyName>
      <AssemblyVersion>7.1.0.0</AssemblyVersion>
      <AssemblyFileVersion>7.1.0.0</AssemblyFileVersion>
      <DisableAutoAssemblyName>true</DisableAutoAssemblyName>
      <DisableAutoAssemblyVersion>true</DisableAutoAssemblyVersion>
      <FallbackAssemblyName>bioformats_package</FallbackAssemblyName>
      <FallbackAssemblyVersion>7.1.0.0</FallbackAssemblyVersion>
      <Aliases>bioformats_package</Aliases>
      <Compile>google-collect-1.0.jar</Compile>
      <References>google-collect-1.0.jar</References>
    </IkvmReference>
    <IkvmReference Include="google-collect-1.0.jar" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant