Filippo Castelli
Filippo Castelli
I noticed that not all the Transforms have a p_per_sample probability parameter, is this an intended behavior for some reason? ex: Rot90Transform has it, MIrrortransform has not. Also noticed that...
Pressing jump in level 0 does not have any effect, in level 1 it cause an unaligned address error and crashes the application. First appearance of the bug is in...
After compiling out of the box, the example level seems not to load correctly. Can't really figure out what's wrong here, posting two screenshots. The gouraud cube seems to render...
This reverts commit 1dd74052447a2c81ad86c7a46b2685152ebefc7b and fixes startup crashes. See issue #17
Latest release `0.8.59` introduced breaking changes c128fa0d2effa0d8aaa1a94b74c165f1464ef62b wrt `0.8.58` , namely the removal of the `complex_polygon` annotation type and the API changes to reflect that, as per PR #788 The...
Dependency specifications in pyproject.toml exclude `python 3.11.x`. This means we can't install `darwin-py` using poetry in our latest 3.11-based products, considering that no particularly deep issues emerge in #651 we...
10.x versions of PIL are unsupported in your pyproject.toml poetry specifications, this tends to create dependency issues with recent packages. It would be useful to have PIL 10.x support
Nice work man! In the demo, the MainActivity.java references to a textView_coordinate_right that is not yet defined in the version of activity_main.xml transcribed on the readme. Hope it helps, have...
Adding the possibility to choose a weighting window for VirtualFusedVolume. Using a constant window is useful when using VirtualFusedVolume with non-overlapping stacks.
Partial selections on x and y axes still require the whole z-stack to be loaded in memory and can possibly produce a memory allocation error, this PR introduces a workaround...