public final class VtkEncoder
extends java.lang.Object
public static void save(java.lang.String fileName, ij.ImagePlus imp) throws java.io.IOException
fileName
- output file name.imp
- image to savejava.io.IOException
- in case of I/O error.save(String, ij.ImagePlus, boolean)
public static void save(java.lang.String fileName, ij.ImagePlus imp, boolean saveAsAscii) throws java.io.IOException
fileName
- output file name.imp
- image to savesaveAsAscii
- if true
save in text format, otherwise in binaryjava.io.IOException
- in case of I/O error.