java.lang.Object
ij.io.TextEncoder
Saves an image described by an ImageProcessor object as a tab-delimited text file.
-
Constructor Summary
ConstructorsConstructorDescriptionTextEncoder
(ImageProcessor ip, Calibration cal, int precision) Constructs a TextEncoder from an ImageProcessor and optional Calibration. -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(DataOutputStream out) Saves the image as a tab-delimited text file.
-
Constructor Details
-
TextEncoder
Constructs a TextEncoder from an ImageProcessor and optional Calibration.
-
-
Method Details
-
write
Saves the image as a tab-delimited text file.- Throws:
IOException
-