Package com.pixelmed.apps
Class ConvertPlanarConfiguration
java.lang.Object
com.pixelmed.apps.ConvertPlanarConfiguration
A class of static methods to convert the planar configuration of a multiple samples per pixel image, i.e., to change color-by-plane to color-by-pixel or vice versa.
-
Constructor Summary
ConstructorsConstructorDescriptionConvertPlanarConfiguration
(String inputFileName, String outputFileName) Read a DICOM color image input format file and change the planar configuration of the encoded pixel data. -
Method Summary
-
Constructor Details
-
ConvertPlanarConfiguration
public ConvertPlanarConfiguration(String inputFileName, String outputFileName) throws DicomException, FileNotFoundException, IOException Read a DICOM color image input format file and change the planar configuration of the encoded pixel data.
- Parameters:
inputFileName
- the input file nameoutputFileName
- the output file name- Throws:
DicomException
FileNotFoundException
IOException
-
-
Method Details
-
main
Read a DICOM color image input format file and change the planar configuration of the encoded pixel data.
- Parameters:
arg
- two parameters, the inputFile, outputFile
-