Package com.pixelmed.apps
Class Convert8To16Bits
java.lang.Object
com.pixelmed.apps.Convert8To16Bits
A class of methods to convert 8 to 16 bit gray scale images.
-
Constructor Summary
ConstructorsConstructorDescriptionConvert8To16Bits
(String inputFileName, String outputFileName, int outputBitsStored) Read a DICOM 8 bit grayscale image input format file and change the bit depth. -
Method Summary
-
Constructor Details
-
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 nameoutputFileName
- the output file nameoutputBitsStored
- less than or equal to 16- Throws:
DicomException
FileNotFoundException
IOException
-
-
Method Details
-
main
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
-