sprint 1-alpha
|
image IO from/to BMP files 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::read_gif (const char *filename, sprint::iimage *image) |
read a image from a gif file | |
bool | sprint::write_gif (const char *filename, const sprint::imageview &image, int compression_level=-1) |
save a image onto a gif file |
image IO from/to BMP files
image IO from/to GIF file (libgif wrapper)