public final class MiEncoder
extends java.lang.Object
public static void write(ij.ImagePlus imp,
java.lang.String fileRootName)
throws MiException
imp - Image to save.fileRootName - Root file name for image files. Header will have extension ".mha", raw
image data will have extension ".raw".MiException - In case of error when saving the image.public static void write(ij.ImagePlus imp,
java.lang.String fileRootName,
boolean singleFile)
throws MiException
MiException