public class ExtractICCProfile extends Object
A class of static methods to read a DICOM color image and extract the ICC Profile as a raw binary file.
| Constructor and Description |
|---|
ExtractICCProfile(String inputFileName,
String outputFileName)
Read a DICOM color image and extract the ICC Profile as a raw binary file.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] arg)
Read a DICOM color image and extract the ICC Profile as a raw binary file.
|
public ExtractICCProfile(String inputFileName, String outputFileName) throws DicomException, FileNotFoundException, IOException
Read a DICOM color image and extract the ICC Profile as a raw binary file.
inputFileName - the input file nameoutputFileName - the output file nameDicomExceptionFileNotFoundExceptionIOExceptionpublic static void main(String[] arg)
Read a DICOM color image and extract the ICC Profile as a raw binary file.
arg - two parameters, the inputFile, outputFile