Class Convert8To16Bits

java.lang.Object
com.pixelmed.apps.Convert8To16Bits

public class Convert8To16Bits extends Object

A class of methods to convert 8 to 16 bit gray scale images.

  • Constructor Summary

    Constructors
    Constructor
    Description
    Convert8To16Bits(String inputFileName, String outputFileName, int outputBitsStored)
    Read a DICOM 8 bit grayscale image input format file and change the bit depth.
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] arg)
    Read a DICOM a image input format file with a BitsAllocated of 8, and from it create a DICOM image with a BitsAllocated of 16.

    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 a image input format file with a BitsAllocated of 8, and from it create a DICOM image with a BitsAllocated of 16.

      Parameters:
      arg - three parameters, the inputFile, outputFile, and the bitsStored value to use in the output