[ITK] Nifti, int64 and uint64
Dženan Zukić
dzenanz at gmail.com
Wed Oct 25 09:07:13 EDT 2017
Hi Nil,
which ITK-based tool are you using? If it was compiled in 32-bits, that
might be the reason for lack of support of 64-bit data-types. Are you using
x86 processor architecture?
Regards,
Dženan
On Tue, Oct 24, 2017 at 9:50 AM, Nil Goyette <nil.goyette at imeka.ca> wrote:
> Hi all,
>
> I created an image using nibabel and I found that I can't open them with
> an itk-based tool. I found on this page [1] the supported datatypes of
> "Analyze" image. I was surprised by the absence of [unsigned] long long,
> aka int64 and uint64, mostly because the standard do support them.
>
> In the nifti1.h header
> #define DT_INT64 1024 /* long long (64 bits) */
> #define DT_UINT64 1280 /* unsigned long long (64 bits) */
>
> I didn't found much on the internet telling me that ITK doesn't support
> them so I'm still unsure. Does ITK support those datatypes? Thank you.
>
> Nil Goyette
>
> [1] https://itk.org/Wiki/ITK/File_Formats
>
> The ITK community is transitioning from this mailing list to
> discourse.itk.org. Please join us there!
> ________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/mailman/listinfo/community
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20171025/5ce31984/attachment.html>
More information about the Community
mailing list