|
Functions |
template<> void | load (const char *file_name, QPixmap *const target) |
template<> void | save (const char *file_name, const QPixmap &source) |
template<> void | load (const char *file_name, QImage *const target) |
template<> void | save (const char *file_name, const QImage &source) |
template<typename Image_container> void | load (const char *file_name, Image_container *const target) |
| Read an image file.
|
template<typename Image_container> void | save (const char *file_name, const Image_container &source) |
| Write an image file.
|
template<typename Source_container, typename Target_container> void | convert (const Source_container &source, Target_container *const target) |
| Convert an image through supported data structures.
|
std::string | guess_format (const std::string filename) |
| Guess the image format corresponding to a file name.
|
template<typename Image_container> void | reverse_x (Image_container *target) |
| Flip the image horizontally.
|
template<typename Image_container> void | reverse_y (Image_container *target) |
| Flip the image vertically.
|