Skip to content

IPOL-Fork/libiio-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

LibIIO

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 Cmake and make.

  • Dependencies. This code requires the libpng, libtiff, libjpeg.

  • Image formats. Only the 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).

    mkdir build; cd build; cmake ..; make;

ABOUT THIS FILE

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.