Package com.pixelmed.convert
Class EncapsulateCompressedPixelData
- java.lang.Object
-
- com.pixelmed.convert.EncapsulateCompressedPixelData
-
public class EncapsulateCompressedPixelData extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EncapsulateCompressedPixelData()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] arg)
Create a DICOM image format file encoded in a compressed transfer syntax with the compressed bitstreams supplied from files.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] arg)
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
-
-