Initial commit

This commit is contained in:
2023-01-21 08:37:06 +01:00
commit 1b71603f9b
13 changed files with 7674 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
LibXISF
=========
LibXISF is C++ library that can read and write XISF files produced by [PixInsight](https://pixinsight.com/).
It implement [XISF 1.0 specification](https://pixinsight.com/doc/docs/XISF-1.0-spec/XISF-1.0-spec.html).
It is licensed under GPLv3. To compile you will need Qt5 Core.