See: Description
| Interface | Description |
|---|---|
| FrameConverterObserver |
Observer that is notified of frame conversion events.
|
| FrameConverterOp |
Classes capable of converting frames of a Dicom image with the
FrameConverter must
implement this interface. |
| Class | Description |
|---|---|
| BaseFrameConverterOp |
Basic implementation of a FrameConverterOp
|
| FrameConverter |
Class that is able to read dicom image streams on a frame by frame basis and applies a
FrameConverterOp
to the frames. |
| FrameConverterResult |
contains the results of a frame transformation operation
|
| FrameConverterResult.FrameResult |
contains the offset and length of a frame
|
| ImageInfo |
Contains a number of image related parameters
|
| JPEGLosslessFrameConverterOp |
FrameConverterOp implementation that is able to converted multi-frame unencapsulated images
to JPEGLossless encapsulation (JPEG_14_SelectionValue1).
|
| NativeFrameConverterOp |
Frame Converter that converts to one of the native (not encapsulated) formats.
|
| NoopFrameConverterOp |
Default frame converter that does not do any transformation of the incoming frames
but just echo's them untouched.
|