-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79072de
commit 74acde4
Showing
6 changed files
with
2,608 additions
and
1,299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
0.20220720 | ||
|
||
update version | ||
|
||
0.20191003 | ||
|
||
update version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
% IPOL Library Image Input-Output. | ||
![GitHub release (latest by date)](https://img.shields.io/github/v/release/IPOL-Fork/libiio-backup) | ||
![GitHub Release Date](https://img.shields.io/github/release-date/IPOL-Fork/libiio-backup) | ||
![GitHub repo size](https://img.shields.io/github/repo-size/IPOL-Fork/libiio-backup) | ||
![GitHub all releases](https://img.shields.io/github/downloads/IPOL-Fork/libiio-backup/total) | ||
![GitHub](https://img.shields.io/github/license/IPOL-Fork/libiio-backup) | ||
|
||
# ABOUT | ||
# LibIIO | ||
|
||
Library Image Input-Output. | ||
|
||
## ABOUT | ||
|
||
* Author : Nicola Pierazzo <[email protected]> | ||
* Author : Gabriele Facciolo <[email protected]> | ||
|
@@ -10,12 +18,12 @@ | |
Guoshen Yu <[email protected]> and Guillermo Sapiro <[email protected]> | ||
* Latest version available at: https://github.com/zvezdochiot/libiio | ||
|
||
# OVERVIEW | ||
## 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 | ||
## UNIX/LINUX/MAC USER GUIDE | ||
|
||
The code is compilable on Unix/Linux and Mac OS. | ||
|
||
|
@@ -37,7 +45,7 @@ Usage: | |
mkdir build; cd build; | ||
cmake ..; make; | ||
|
||
# ABOUT THIS FILE | ||
## 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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.20191003 | ||
0.20200720 |
Oops, something went wrong.