Erik Repo

Results 14 comments of Erik Repo

I once automated Olympus FV1000 using GUI Automation to take images & move the focus. The prior stage came with a .NET library so it was the easy part. I...

I have prepared a project file and uploaded it to a google drive since the issue occurs with some whole-slide-images only which used to open up fine before. Unfortunately the...

@wasabii This issue seems to effect all NDPI whole-slide-images. Here [BioformatsTest.zip](https://github.com/ikvmnet/ikvm/files/13656988/BioformatsTest.zip) is the project without an image since WSI's tend to be large. Here is a link to another NDPI...

I'm surprised this used to work at all with IKVM 8.6.4. Should I get in touch with org.scijava.nativelib devs to get this fixed? I suspect this issue will happen with...

Thank you for opening an issue with scijava hopefully this will be fixed by them and make it's way to the Bioformats library eventually. I'm glad this will hopefully help...

I think the problem has something to do with the current environment set up. Since without $VIPS_HOME etc. setup I couldn't get lib_vips to start at all giving the error...

Looks like this something to do with GTKSharp or something specific to my application as I can run netvips on windows before the application launches GTKSharp. If I use NetVips...

I should probably open this issue in GTKSharp? Or do you know how I can fix this environmental error? Any suggestions are welcome? ``` //Works here bool vips = BioImage.VipsSupport("F:\\Young_mouse\\MouseSmall.tif");...

OK I guess I will suggest that my users download the windows only version instead of GTK to use vips on windows.

Thank you so much for making this change now I can use GTK# and netvips on windows. :)