#include <fstream>
#include <QImage>
#include "wrap/qt/img_qt_convert.h"
#include "img/img_io.h"
Go to the source code of this file.
Namespaces | |
namespace | img |
the img module namespace | |
Functions | |
template<typename ScalarType , bool Safe> | |
bool | img::adjust_range_and_save_PGM (const Image< 1, ScalarType, Safe > &range_0_1_image, const QString filename) |
template<typename ScalarType , bool Safe> | |
bool | img::adjust_range_and_save_RGB (const Image< 3, ScalarType, Safe > &range_0_1_image, const QString filename) |
template<typename ScalarType , bool Safe> | |
bool | img::adjust_range_and_save_Y (const Image< 1, ScalarType, Safe > &range_0_1_image, const QString filename) |
template<typename ScalarType , bool Safe> | |
void | img::open_and_normalize_range_RGB (const QString filename, Image< 3, ScalarType, Safe > &range_0_1_image) |
template<typename ScalarType , bool Safe> | |
void | img::open_and_normalize_range_Y (const QString filename, Image< 1, ScalarType, Safe > &range_0_1_image) |
template<typename ScalarType , bool Safe> | |
void | img::open_normalize_range_and_SRGB_linearize_RGB (const QString filename, Image< 3, ScalarType, Safe > &linear_image) |
template<typename ScalarType , bool Safe> | |
void | img::openQtRGB (const QString filename, Image< 3, ScalarType, Safe > &image) |
template<typename ScalarType , bool Safe> | |
void | img::openQtY (const QString filename, Image< 1, ScalarType, Safe > &image) |
template<typename ScalarType , bool Safe> | |
bool | img::savePGM (const Image< 1, ScalarType, Safe > &image, const QString filename) |
template<typename ScalarType , bool Safe> | |
bool | img::saveQtRGB (const Image< 3, ScalarType, Safe > &image, const QString filename) |
template<typename ScalarType , bool Safe> | |
bool | img::saveQtY (const Image< 1, ScalarType, Safe > &image, const QString filename) |
template<typename ScalarType , bool Safe> | |
bool | img::SRGB_compress_adjust_range_and_save_PGM (const Image< 1, ScalarType, Safe > &linear_image, const QString filename) |
template<typename ScalarType , bool Safe> | |
bool | img::SRGB_compress_adjust_range_and_save_RGB (const Image< 3, ScalarType, Safe > &linear_image, const QString filename) |
template<typename ScalarType , bool Safe> | |
bool | img::SRGB_compress_adjust_range_and_save_Y (const Image< 1, ScalarType, Safe > &linear_image, const QString filename) |