Skip to content
/ iio Public
forked from mnhrdt/iio

a C library for reading and writing small images

Notifications You must be signed in to change notification settings

carlodef/iio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a C library for reading small images in any format.

To use this library, copy the "iio.c" and "iio.h" files into your source code.
Edit the macros at the end of "iio.h" to fine-tune your library requirements.


iio.h                     interface (main source of documentation)
iio.c                     implementation

doc/                      documentation (mostly philosohpical)
misc/*.c                  example programs
misc/fes*                 examples of compilation with different compilers
samples/*                 test images
contrib/cmake/            cmake helper files
contrib/piio_packaged/    python bindings

About

a C library for reading and writing small images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.4%
  • CMake 6.1%
  • Lua 4.2%
  • C++ 3.6%
  • Python 1.7%