ImageJ
Login
Register
Re: Java displaying TIF
Posted by
Grant Harris
on
Jan 27, 2008; 6:36pm
URL:
http://imagej.273.s1.nabble.com/Java-displaying-TIF-tp3697368p3697379.html
To read a TIFF file, several options to suggest:
You might use ij.io.FileOpener to create an ImagePlus, and then use the
BufferedImageCreator class from the imageio plugin at
http://ij-plugins.sourceforge.net/plugins/imageio/index.html
.
Or use the javax.imageio package. Here's an example:
http://www.exampledepot.com/egs/javax.imageio/BasicImageRead.html
Free forum by Nabble
Disable Popup Ads
|
Edit this page