sprint 1-alpha
|
image IO from/to TIFF files (libtiff wrapper) More...
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_tiff (sprint::io::xstream *in, sprint::iimage *image) |
read a image from a tiff file | |
bool | sprint::write_tiff (sprint::io::xstream *out, const imageview &image, int compression_mode=-1) |
save a image onto a tiff file |
image IO from/to TIFF files (libtiff wrapper)