[vtkusers] VTK/ITK..
Mathieu Malaterre
Mathieu.Malaterre at creatis.insa-lyon.fr
Tue Apr 22 03:54:13 EDT 2003
Yasser,
even if you don't have a search engine on the mailing list you can read
the ITK FAQ :
http://www.itk.org/cgi-bin/InsightFAQ/InsightFAQ?req=show&file=faq01.008.htp
mathieu
Donna wrote:
> Hi yasser,
>
> If you haven't yet subscribed to the ITK mailing list, then consider
> doing so (http://www.itk.org/mailman/listinfo/insight-users); it seems
> pretty responsive to questions like yours.
>
> As for a Tiff reader, Luis Ibanez recently replied to a similar question
> on the ITK users list, but I am unable to find it in the archives, which
> unfortunately are not searchable (at least not from
> http://www.itk.org/pipermail/insight-users/).
>
> Anyway, I recall his recommending ImageMagick (and perhaps another
> third-party image conversion package -- netlib?). I was lucky, since my
> RedHat 7.1 host already had ImageMagick-5.2.7-2 installed; this package
> included /usr/X11R6/bin/convert, which allowed me to convert my bitmaps
> to raw, grayscale, byte images, which is exactly what i wanted:
>
> #!/bin/sh
> for file in i*bmp
> do
> newfile=`echo $file | sed 's/.bmp/.raw/g'`
> convert $file GRAY:$newfile
> done
> cat i*raw > rat.raw
>
>
> _______________________________________________
> This is the private VTK discussion list. Please keep messages on-topic.
> Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
--
Mathieu Malaterre
CREATIS
28 Avenue du Doyen LEPINE
B.P. Lyon-Montchat
69394 Lyon Cedex 03
http://www.creatis.insa-lyon.fr/~malaterre/
More information about the vtkusers
mailing list