Steve Pieper
Steve Pieper
We have some repeated code that would be nice to consolidate if we are adding this feature [here in slicer.util](https://github.com/Slicer/Slicer/blob/2b3215131d46724955f1619d5092245b0b7f8748/Base/Python/slicer/util.py#L3532) and [here in SampleDataLogic](https://github.com/Slicer/Slicer/blob/2b3215131d46724955f1619d5092245b0b7f8748/Modules/Scripted/SampleData/SampleData.py#L959). I find `slicer.util` is already pretty...
Hi - thanks for your contribution 👍 Is there any chance you could provide exact instructions on how to reproduce the reported issue? I.e. a [self-test](https://slicer.readthedocs.io/en/latest/developer_guide/modules/selftests.html#self-tests) or other test that...
Yes, I think that would be easy enough to add. There's already built-in behavior to load zip files (https://github.com/Slicer/Slicer/blob/56edfa29adc1be04f3c312fe5e9db1df317e908a/Base/QTGUI/qSlicerDataDialog.cxx#L505) but probably that doesn't work for the use case like the...
Maybe we should just snap to the nearest multiple of 16 in width and height. https://studio.support.brightcove.com/general/references/optimal-video-dimensions.html
@oothomas I see Murat tagged you on this - will you handle it?
Yes, I looked into it and the codecs work best with widths that are multiples of 16 so if you don't specify a multiple of 16 width ffmpeg will do...
Perhaps related to https://github.com/Slicer/Slicer/pull/8210
Thanks for working on this 👍 I wonder if we can think of one "best practice" suggestion for detecting that a volume node has been added and that the reading...
Thanks for reporting 👍 This may be a tricky one for us to address since it may be something at the Qt level that interacts with the desktop configuration you...
It would help to know if anyone else can reproduce this issue.