Hi Brian,
> I referenced the scifio 0.7.5-SNAPSHOT (would that be correct to get the > absolute latest??) > Yep this should be the latest snapshot. in my POM and ran into an exception when executing my code. > ... > at io.scif.formats.TIFFFormat$Writer.savePlane(TIFFFormat.java:1255) > at io.scif.formats.TIFFFormat$Writer.savePlane(TIFFFormat.java:1295) > at io.scif.AbstractWriter.savePlane(AbstractWriter.java:107) > at io.scif.img.ImgSaver.writePlanes(ImgSaver.java:532) > at io.scif.img.ImgSaver.saveImg(ImgSaver.java:380) > at io.scif.img.ImgSaver.saveImg(ImgSaver.java:133) > at io.scif.img.ImgSaver.saveImg(ImgSaver.java:114) > That stack trace suggests that an older version of the TIFFFormat is being used. It must be from prior commit 37953<https://github.com/scifio/scifio/commit/379530aab9a9848e59363d87dcbdb79c4842bfc3>(because the TiffSaver.writeImage call is now on line 1250, not 1255). I'm assuming it's from the 0.7.4 release. Are you just running the code snippet that Curtis posted a while back (or your own similar snippet)? Or are you using SCIFIO in IJ2, or another application? Could you run "mvn dependency:tree", or check the "Maven Dependencies" tab if you're using Eclipse? I'm assuming something must still have a 0.7.4 SCIFIO reference, which is being pulled in instead of 0.7.5... Sorry for the inconvenience.. let me know what you find! Thanks, Mark
_______________________________________________ ImageJ-devel mailing list ImageJ-devel@imagej.net http://imagej.net/mailman/listinfo/imagej-devel