OpenCVFITS: A C++ single header file library that helps save and read images to/from FITS files
Recently I have been writing software designed to take imagery for astronomy applications, and it turns out astronomy types love FITS. FITS is great, but the C libraries available are not. If you live in Python land, astropy does a good job at hiding the ugliness from you. But if you live in C/C++ land, …