#include <QImage>
Go to the source code of this file.
Namespaces | |
namespace | img |
the img module namespace | |
Functions | |
template<typename ScalarType , bool Safe> | |
void | img::convert_QImage_to_RGB (const QImage &source, Image< 3, ScalarType, Safe > &destination) |
template<typename ScalarType , bool Safe> | |
void | img::convert_QImage_to_RGBA (const QImage &source, Image< 4, ScalarType, Safe > &destination) |
template<typename ScalarType , bool Safe> | |
void | img::convert_QImage_to_Y (const QImage &source, Image< 1, ScalarType, Safe > &destination) |
template<typename ScalarType , bool Safe> | |
void | img::convert_RGB_to_QImage (const Image< 3, ScalarType, Safe > &source, QImage &destination) |
template<typename ScalarType , bool Safe> | |
void | img::convert_RGBA_to_QImage (const Image< 4, ScalarType, Safe > &source, QImage &destination) |
template<typename ScalarType , bool Safe> | |
void | img::convert_Y_to_QImage (const Image< 1, ScalarType, Safe > &source, QImage &destination) |