C library for image processing related to astrophotography. Always far from complete, but I hope it might be useful, at least to me.
This library uses CMake, and can be build and installed as any other CMake project:
$ cmake CMakeList.txt
$ make
# make install
You can generate local documentation using Doxygen:
$ doxygen
You can find some examples in examples
directory.