Dženan Zukić

Results 653 comments of Dženan Zukić

Also, you might have a misspelling of `Transform` - you seem to have written `Trnsform`.

One warning, [Modules/IO/GE/src/itkGE5ImageIO.cxx:191](https://github.com/InsightSoftwareConsortium/ITK/blob/4d8bf5c1ed2201da5695c85bab01863d07b3089b/Modules/IO/GE/src/itkGE5ImageIO.cxx#L191):44: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct GEImageHeader'; use assignment or value-initialization instead [-Wclass-memaccess]

I think that https://github.com/InsightSoftwareConsortium/ITK/commit/23436a04c978d176b32775e97d2701d96d6d2dd6 is backwards compatible, with `ForceOrthogonalDirection` being the only behavior before that commit. Does the problem persist if you revert that commit?

`ForceOrthogonalDirection` was added in 2018, and first appeared in a tagged release with [v5.0b01](https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.0b01). I am afraid this issue is unrelated to that feature.

I described the issue here: #123. Most of the effort in fixing it will most likely be in testing.

Rebased and removed conflictuous commit "BUG: Add RLEImage to CXX CI module deps".

I was surprised with the proposal to drop Intel Mac support, mostly because to keep supporting it does not really require any action in the near future. I don't have...

I remember that there was some MacOS image generation that had "Large" variant with a different ISA (AMD64/ARM64) from regular variant. Maybe `MacOS-14`?

A regression test is advantageous. I don't think we have an explicit support for infinite looping, but such a test would fail via timeout.