Dženan Zukić

Results 653 comments of Dženan Zukić

There are no wheels yet for Python 3.12 for a stable version of ITK. Try `--pre` flag for `pip`. That should use [Python3 ABI wheels](https://pypi.org/project/itk/5.4rc3/#files).

This is likely a duplicate of #4449 and #4451.

Close this issue if appropriate, or provide more information.

Perhaps "Transfer issue" to SimpleITK repository? Someone with write access both here and there should be able to do it. I can't do it, but @blowekamp should, and @zivy might.

In implementing this, the images could be cropped to the common region, or expanded to the largest containing region. For expansion, we would need to decide how to fill the...

For `ITKMontage`'s tests, the origin is always the same, but size might differ. So change for this case would be relatively simple. For the resampling approach, we should probably do...

It would be nice to clean up this flag in Montage: [InsightSoftwareConsortium/ITKMontage@`06cacd6` (#226)](https://github.com/InsightSoftwareConsortium/ITKMontage/pull/226/commits/06cacd62adfb176c31897f4230c8aca343439f43#diff-33394812ba204689144fd2f80832db83853ba1cb32403edb4e15fe4893e675fdR297)

Not really. ITK's build system pre-dates CMake 3 and its enablement of modern practices. Updating it is a huge undertaking, with lousy cost/benefit ratio. It will probably have to wait...

Removing this feature is likely to just push it into the application code, for the applications that already use it. And it is a non-issue for most applications. Leaving it...

I guess that will be easier from C++ too, when C++20 is available.