项目作者: IPOL-Fork

项目描述 :
IPOL.IM Library Image Input-Output.
高级语言: C
项目地址: git://github.com/IPOL-Fork/libipoliio.git
创建时间: 2018-02-21T15:33:42Z
项目社区:https://github.com/IPOL-Fork/libipoliio

开源协议:Other

下载


GitHub release (latest by date)
GitHub Release Date
GitHub repo size
GitHub all releases
GitHub

LibIPOLiio

IPOL.IM Library Image Input-Output.

ABOUT

OVERVIEW

This source code provides an implementation of the “Image Input-Output”
described in the IPOL article: http://www.ipol.im/

UNIX/LINUX/MAC USER GUIDE

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:

  1. Download the code package and extract it. Go to that directory.

  2. Compile the source code (on Unix/Linux/Mac OS).

    make;

ABOUT THIS FILE

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.