IPOL.IM Library Image Input-Output.
- Author : Pascal Getreuer [email protected]
- Copyright : (C) 2010-2012 IPOL Image Processing On Line http://www.ipol.im/
- Licence : BSD
- Latest version available at: https://github.com/zvezdochiot/libipoliio
This source code provides an implementation of the "Image Input-Output" described in the IPOL article: http://www.ipol.im/
The code is compilable on Unix/Linux and Mac OS.
-
Compilation. Automated compilation requires the make.
-
Dependencies. This code requires the libpng, libtiff, libjpeg.
-
Image formats. Only the BMP, PNG, JPEG, and TIFF (float) formats are supported.
Usage:
-
Download the code package and extract it. Go to that directory.
-
Compile the source code (on Unix/Linux/Mac OS).
make;
This program is free software: you can use, modify and/or redistribute it under the terms of the simplified BSD License. You should have received a copy of this license along this program. If not, see http://www.opensource.org/licenses/bsd-license.html.