Dženan Zukić

Results 237 comments of Dženan Zukić

I can reproduce it. Windows 10, Python 3.9.6. Going from 5.2.1.post1 to 5.3rc3 gets me: ```text ... Loading ITKImageStatistics... done Traceback (most recent call last): File "", line 1, in...

It could be due to some changes in ITKCommon or some Python-related infrastructure.

I guess that palette type needs to be wrapped. Is it really an `std::vector`? I thought that might not need _manual_ wrapping. Here are some examples of "vector-like" types being...

@fbudin69500 you touched this last in 93edbf81b47c78aff4caa372e20623c1751cf4f7. Is it supposed to work like this, or is this a bug?

Perhaps we could introduce a new ivar named `OldStyleAxisOrder`, `WrapAroundAxisOrder` or something similar which controls this? Then emphasize in the class documentation that the default might be counter-intuitive and that...

We should switch [CMake-policy 91](https://cmake.org/cmake/help/git-stage/policy/CMP0091.html) to new style. This was last touched by #2609.

My preference is to first update the version of [DCMTK used with ITK](https://github.com/InsightSoftwareConsortium/DCMTK). I made a new fork in place of the old and pushed there the branches from the...

Sadly, reapplying [those patches](https://github.com/InsightSoftwareConsortium/DCMTK/commits/20200214_DCMTK_PATCHES_FOR_ITK) is not trivial due to conflicts. Luckily, it does not seem to be too hard either. Tim, you could take a crack at it.

That is the first part of it. I have already done that (sloppily) in [master branch of my fork](https://github.com/dzenanz/dcmtk/commits/master). That should be redone better. But also, each commit should be...