Package com.pixelmed.apps
Class ConvertPaletteColorToGrayscale
- java.lang.Object
-
- com.pixelmed.apps.ConvertPaletteColorToGrayscale
-
public class ConvertPaletteColorToGrayscale extends java.lang.Object
A class of static methods to convert PALETTE COLOR to MONOCHROME2 images.
-
-
Constructor Summary
Constructors Constructor Description ConvertPaletteColorToGrayscale(java.lang.String inputFileName, java.lang.String outputFileName)
Read a DICOM image input format file with a Photometric Interpretation of PALETTE COLOR, and from it create a DICOM image of Photometric Interpretation MONOCHROME2.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] arg)
Read a DICOM image input format file with a Photometric Interpretation of PALETTE COLOR, and from it create a DICOM image of Photometric Interpretation MONOCHROME2.
-
-
-
Constructor Detail
-
ConvertPaletteColorToGrayscale
public ConvertPaletteColorToGrayscale(java.lang.String inputFileName, java.lang.String outputFileName) throws DicomException, java.io.FileNotFoundException, java.io.IOException
Read a DICOM image input format file with a Photometric Interpretation of PALETTE COLOR, and from it create a DICOM image of Photometric Interpretation MONOCHROME2.
- Parameters:
inputFileName
- the input file nameoutputFileName
- the output file name- Throws:
DicomException
java.io.FileNotFoundException
java.io.IOException
-
-