Class ConvertPaletteColorToGrayscale

java.lang.Object
com.pixelmed.apps.ConvertPaletteColorToGrayscale

public class ConvertPaletteColorToGrayscale extends Object

A class of static methods to convert PALETTE COLOR to MONOCHROME2 images.

  • Constructor Summary

    Constructors
    Constructor
    Description
    ConvertPaletteColorToGrayscale(String inputFileName, 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

    Modifier and Type
    Method
    Description
    static void
    main(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.

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • main

      public static void main(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.

      Parameters:
      arg - two parameters, the inputFile, outputFile