lanthale
lanthale
I have now downloaded the biggest tiff file (4.57 GB) and will start to test what is happening
I have now found the issue: Javafx is handling image file formats according to the file signature (first hex values in file) and I have not included the signature of...
Now the loading of also big image files is supported. But it has actually the drawback the thumbnails are not updated automatically after loading (have to find out why) somehow...
I will try that out. It is not so complicated at all you have just create a module-info.java(content is in my first post) in the root of the source folder...
Yes and no. The format of the module-info.java is only understand by a compiler greater than java 9. If you create the module-info.java and compile it with java 8 you...
In the evening I will try it out and let write you what in the pom.xml must be changed and which file to place in which directory to archive all...
I have tried to commit but I think it was not successfully. Please can you use the following maven plugin (readme explains that in more details): https://github.com/metlos/multi-release-jar-maven-plugin But you have...
I have now commit a working version which is usable with java9+ and has a minimal module-info.java included. For that I had to add some dependend jars and change the...
Sorry I was too fast. The problem is that actually your lib is treated as an automatic module in java 9 or newer which means that it is not possible...
I have now tried it with RC1. The result is the same. In the resulting image I have header files and man pages included but the config was set to...