Package com.pixelmed.convert
Class EncapsulateCompressedPixelData
java.lang.Object
com.pixelmed.convert.EncapsulateCompressedPixelData
A class to create a DICOM image format file encoded in a compressed transfer syntax with the compressed bitstreams supplied from files.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EncapsulateCompressedPixelData
public EncapsulateCompressedPixelData()
-
-
Method Details
-
main
Create a DICOM image format file encoded in a compressed transfer syntax with the compressed bitstreams supplied from files.
The frames will be created in the order of the input file names on the command line.
The input DICOM file with the header is expected to have the correct Transfer Syntax UID and Pixel Data Module attribute values; any PixelData is discarded.
- Parameters:
arg
- three or more parameters, the outputFile, an input DICOM file with the header, and one or more input files each containing a compressed bit stream
-