sprint 1-alpha
|
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) |
methods to convert one image to another one