http://imagej.273.s1.nabble.com/48bit-tiff-does-not-load-tp3688997p3688998.html
> i have an infrared camera giving an 48bit tiff as the output file.
> when trying to load those files in imagej it doenst work.
> in case someone might have an idea.
The ImageJ 1.43s daily build opens this TIFF file even though it is missing the required StripByteCounts tag.
>
>
> thx a mill
>
> Jan
>
>
> this is the error i get
>
>
> java.lang.NullPointerException
> at ij.io.ImageReader.readRGB48(ImageReader.java:506)
> at ij.io.ImageReader.readPixels(ImageReader.java:736)
> at ij.io.FileOpener.readPixels(FileOpener.java:525)
> at ij.io.FileOpener.open(FileOpener.java:105)
> at ij.io.Opener.openTiff2(Opener.java:807)
> at ij.io.Opener.openTiff(Opener.java:683)
> at ij.io.Opener.openImage(Opener.java:242)
> at ij.io.Opener.openImage(Opener.java:301)
> at ij.io.Opener.open(Opener.java:137)
> at ij.io.Opener.open(Opener.java:65)
> at ij.plugin.Commands.run(Commands.java:23)
> at ij.IJ.runPlugIn(IJ.java:157)
> at ij.Executer.runCommand(Executer.java:124)
> at ij.Executer.run(Executer.java:61)
> at java.lang.Thread.run(Thread.java:637)
>
> --
> View this message in context:
http://n2.nabble.com/48bit-tiff-does-not-load-tp4722107p4722107.html> Sent from the ImageJ mailing list archive at Nabble.com.