com.pixelmed.apps
Class Convert8To16Bits

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

public class Convert8To16Bits
extends Object

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


Constructor Summary
Convert8To16Bits(String inputFileName, String outputFileName, int outputBitsStored)
          Read a DICOM 8 bit grayscale image input format file and change the bit depth.
 
Method Summary
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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Convert8To16Bits

public Convert8To16Bits(String inputFileName,
                        String outputFileName,
                        int outputBitsStored)
                 throws DicomException,
                        FileNotFoundException,
                        IOException

Read a DICOM 8 bit grayscale image input format file and change the bit depth.

Parameters:
inputFileName - the input file name
outputFileName - the output file name
outputBitsStored - less than or equal to 16
Throws:
DicomException
FileNotFoundException
IOException
Method Detail

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