xvWidgets
|
Storage, visualization and conversion of images. More...
Classes | |
class | xv::Image |
An off-screen image representation native to the selected GUI. More... | |
class | xv::ImageTranslator |
Class used to convert between image formats. More... | |
Storage, visualization and conversion of images.
Classes in this module are responsible for storing, displaying and converting image data.
To support the different GUI frameworks, it relies on the QT_GUI_LIB and wxUSE_GUI pre-processor macros.
wxWidgets | Qt | |
---|---|---|
off-screen | wxImage | QPixmap |
on-screen | wxBitmap | QImage |
Note that although wxImage and QImage share similar names, they play different roles on each GUI framework.