Korbinian Eckstein

Results 14 issues of Korbinian Eckstein

First, the new NIfTI integration with JuliaImages looks awesome! It looks to me like it's close to beeing finished, so here are the things that I saw when trying it:...

The use case is very large nifti files (~100GB) that don't fit into RAM: Reading parts, writing parts and creating new images on disk. The mmap option is really nice...

When I compile my project with PackageCompiler.jl in Ubuntu or Windows, it fails with the following error related to LoopVectorization. It compiles in MacOS though. ``` - PackageCompiler: compiling nonincremental...

Since the 0.5.8 release, the addition of Int16 has somehow corrupted the previously working behavior. From reading an Int16 file, the datatype `NIVolume{Int16, 4, Array{Int16, 4}}

I'm using the GitHub runners to [compile my package for different OS](https://github.com/korbinian90/CompileMRI.jl/blob/master/.github/workflows/compile.yml). The free Windows GitHub runner has 8GB RAM and crashes during compilation with ``` - PackageCompiler: compiling nonincremental...

When a compiled julia binary is called from another process that has already loaded libstdc++.so.6, then the already loaded version is also used for the julia process. If the version...

The function `setMeshLayerProperty(mesh: number, layer: number, key: keyof NVMeshLayer, val: number)` expects a number as first argument for the mesh identity. The id of a mesh is a string (from...

I'm using the erode function with a diamond shape structuring element, but the output doesn't look like what I expected. I'm working with 3D masks. Here is a minimal example...

the Julia compatibility in the compat section is set to `julia = "1"` When trying to use the package with Julia 1.0.5, you can add the package, but get a...