[Insight-users] tiff image flipped problem

Hein-Jan Leliveld heinjan at gmail.com
Fri Jul 2 11:37:19 EDT 2004


Why not release a 1.6.1 itk version where little bugs like these are
fixed? I also ran in this problem, and manually flipped all my 16 bit
TIFF images, thinking I did something wrong.

Or is this a problem of too few developers, and too much effort for a
point release?

Regards,

Hein-Jan

On Thu, 01 Jul 2004 16:43:42 -0400, Luis Ibanez <luis.ibanez at kitware.com> wrote:
> 
> 
> Hi Karl,
> 
> What version of ITK are you using ?
> 
> Please post the code that you are using.
> Note that for color images you need to
> use RGBPixel<> as pixel type.
> 
> Just for the record: Saving grayscales TIFF
> images in 16 bits if working fine with the
> CVS version of ITK.
> 
>    Regards,
> 
>      Luis
> 
> -----------------
> 
> Karl Baum wrote:
> 
> > Hi,
> >
> > I am new to itk and am having a problem with tiffs.  I wrote a program
> > that reads in a tiff and then writes it out.  The only filters are the
> > reader and writer.  The problem is that the tiff written out is
> > different from the tiff that was given as input.  The image is flipped
> > vertically and the coloring is messed up.  The original image is a
> > 16-bit grayscale uncompressed tiff and the output is a 16-bit grayscale
> > uncompressed tiff.  Internally I am using unsigned short to represent
> > the pixels.
> >
> > Any help would be appreciated,
> > Karl
> >
> > 
> > ------------------------------------------------------------------------
> 
> 
> >
> > _______________________________________________
> > Insight-users mailing list
> > Insight-users at itk.org
> > http://www.itk.org/mailman/listinfo/insight-users
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>


More information about the Insight-users mailing list