a tutorial on a custom image format file reader / writer
Posted by Albert Cardona on Apr 12, 2008; 6:56pm URL: http://imagej.273.s1.nabble.com/a-tutorial-on-a-custom-image-format-file-reader-writer-tp3696492.html
For any interested:
I've written a tutorial on how to create your own image file
reader/writer, and nicely integrate them with the rest of ImageJ:
- seamless opening from the "File / Open" by editing the
HandleExtraFileTypes.java file
- easy writing by placing the plugin under "File / Save As" with a
plugins.config packed along with a jar file.