ImageWriter.
More...
#include <gdcmImageWriter.h>
ImageWriter.
This is an extended version of the PixmapWriter. Pay attention that:
- It will populate missing attribute for Secondary Capture Image Storage instances,
- It may also change an input MR Image Storage instance into a pseudo Enhanced MR Image Storage instance whenever Modality LUT is required.
- Some DataElement related to gdcm::Image may be slightly altered.
- Examples
- BasicImageAnonymizer.cs, CompressImage.cxx, CompressLossyJPEG.cs, CreateARGBImage.cxx, CreateCMYKImage.cxx, DecompressImage.cs, GenFakeImage.cxx, GetSubSequenceData.cxx, HelloVizWorld.cxx, MergeTwoFiles.cxx, MpegVideoInfo.cs, TemplateEmptyImage.cxx, csa2img.cxx, and iU22tomultisc.cxx.
◆ ImageWriter()
| gdcm::ImageWriter::ImageWriter |
( |
| ) |
|
◆ ~ImageWriter()
| gdcm::ImageWriter::~ImageWriter |
( |
| ) |
|
|
override |
◆ ComputeTargetMediaStorage()
| MediaStorage gdcm::ImageWriter::ComputeTargetMediaStorage |
( |
| ) |
|
internal function used to compute a target MediaStorage the most appropriate User may want to call this function ahead of time (before Write)
- Examples
- TemplateEmptyImage.cxx.
◆ GetImage() [1/2]
| const Image & gdcm::ImageWriter::GetImage |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetImage() [2/2]
| Image & gdcm::ImageWriter::GetImage |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Write()
| bool gdcm::ImageWriter::Write |
( |
| ) |
|
|
overridevirtual |
Write.
Reimplemented from gdcm::Writer.
- Examples
- BasicImageAnonymizer.cs, CompressImage.cxx, CompressLossyJPEG.cs, CreateARGBImage.cxx, CreateCMYKImage.cxx, DecompressImage.cs, GenFakeImage.cxx, GetSubSequenceData.cxx, HelloVizWorld.cxx, MergeTwoFiles.cxx, MpegVideoInfo.cs, TemplateEmptyImage.cxx, csa2img.cxx, and iU22tomultisc.cxx.
The documentation for this class was generated from the following file: