GDCM
2.2.0
|
IconImageFilter This filter will extract icons from a gdcm::File This filter will loop over all known sequence (public and private) that may contains an IconImage and retrieve them. The filter will fails with a value of false if no icon can be found Since it handle both public and private icon type, one should not assume the icon is in uncompress form, some private vendor store private icon in JPEG8/JPEG12. More...
#include <gdcmIconImageFilter.h>
Public Member Functions | |
IconImageFilter () | |
~IconImageFilter () | |
bool | Extract () |
Extract all Icon found in File. | |
File & | GetFile () |
const File & | GetFile () const |
IconImage & | GetIconImage (unsigned int i) const |
unsigned int | GetNumberOfIconImages () const |
Retrieve extract IconImage (need to call Extract first) | |
void | SetFile (const File &f) |
Set/Get File. | |
Protected Member Functions | |
void | ExtractIconImages () |
void | ExtractVeproIconImages () |
IconImageFilter This filter will extract icons from a gdcm::File This filter will loop over all known sequence (public and private) that may contains an IconImage and retrieve them. The filter will fails with a value of false if no icon can be found Since it handle both public and private icon type, one should not assume the icon is in uncompress form, some private vendor store private icon in JPEG8/JPEG12.
Implementation details: This filter supports the following Icons:
bool gdcm::IconImageFilter::Extract | ( | ) |
Extract all Icon found in File.
void gdcm::IconImageFilter::ExtractIconImages | ( | ) | [protected] |
void gdcm::IconImageFilter::ExtractVeproIconImages | ( | ) | [protected] |
File& gdcm::IconImageFilter::GetFile | ( | ) | [inline] |
const File& gdcm::IconImageFilter::GetFile | ( | ) | const [inline] |
IconImage& gdcm::IconImageFilter::GetIconImage | ( | unsigned int | i | ) | const |
unsigned int gdcm::IconImageFilter::GetNumberOfIconImages | ( | ) | const |
Retrieve extract IconImage (need to call Extract first)
void gdcm::IconImageFilter::SetFile | ( | const File & | f | ) | [inline] |
Set/Get File.