[Insight-users] Compiling ITK on Windows: GIPL problems

Raghavendra Chandrashekara rc3@doc.ic.ac.uk
Thu, 6 Mar 2003 16:53:20 -0000


Thanks everybody for your help. I will let you know how we get along with
the GIPL image reader now.

Raghavendra.

----- Original Message -----
From: "Julien Jomier" <jjomier@cs.unc.edu>
To: "'Raghavendra Chandrashekara'" <rc3@doc.ic.ac.uk>; "'Luis Ibanez'"
<luis.ibanez@kitware.com>
Cc: <insight-users@public.kitware.com>; "'Mathieu Malaterre'"
<Mathieu.Malaterre@creatis.insa-lyon.fr>
Sent: Thursday, March 06, 2003 4:27 PM
Subject: RE: [Insight-users] Compiling ITK on Windows: GIPL problems


Raghavendra, Luis, Mathieu,

> I am using the right extension (.gipl). I tried using the
> ramp.gipl image in the Testing/Data/Input directory but my
> program crashed. I think the image may be corrupted. When I
> used a different image it was read and written properly.

I checked this image in yesterday and didn't have a chance to test it.
The problem is that the ramp.gipl was written using little endian and the IO
factory is expecting big endian by default.
I just replaced the ramp.gipl file in the repository so it is now big
endian.

Sorry about that.

Let us know if you have any problem.

Julien