sprint 1-alpha
Namespaces | Functions
sprint/image/convert.h File Reference

methods to convert one image to another one More...

#include <sprint/image/image.h>

Go to the source code of this file.

Namespaces

namespace  sprint
 

Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux.


Functions

bool sprint::convert (sprint::imageview &dst, const sprint::imageview &src)
bool sprint::convert (sprint::iimage &dst, const sprint::imageview &src, int image_type)
bool sprint::convert (sprint::iimage &dst, const sprint::imageview &src, int *image_type)

Detailed Description

methods to convert one image to another one

Note:
if two images has the same colotype a simple copy is performed
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines