I finally figured out how to use class libraries in Jar files... anyway, you were right, I got ImageInfo to work with all the other packages but loci_tools was all I needed. The images were still black with default settings but I got something better with the options:
java loci.formats.tools.ImageInfo -series 1 -fast -autoscale ../cellomics_110804170001_b02f00o2.c01
It's still not what I expect though, I just get part of the image and I cannot control the scale. I think other parts of the image are in different series and I would need to combine them. The image look like there is a white filter on top of it, or the B&W colors are reversed. I tried to use -nofilter but that didnt change anything.
'-nofilter' actually affects how the metadata is displayed, and does not have anything to do with displaying the image.
Update: I think the problem is that the image is in a 12bit/pixel format and ImageInfo assumes a 16bits format, is there a way to change that?
Could you please try using the latest trunk build of loci_tools.jar, and see if that works any better? You might also try adding the '-minmax' option, to ensure that the actual minimum and maximum pixel values are used to autoscale the image.