Dušan Poizl 9a32138f6a Revert "Disable bundled libs by deafult"
This reverts commit ee72373bd35e098ef4931f1a1b5b60d3a9d2b789.
2024-09-23 16:10:27 +02:00
2023-01-24 21:48:23 +01:00
2023-03-15 23:47:32 +01:00
2023-07-03 17:31:29 +02:00
2023-03-19 22:06:56 +01:00
2023-01-26 23:28:09 +01:00
2024-06-05 22:26:06 +02:00
2023-05-29 23:16:53 +02:00
2023-01-24 21:48:23 +01:00
2023-12-20 15:28:43 +01:00
2024-02-08 22:51:08 +01:00

LibXISF

LibXISF is C++ library that can read and write XISF files produced by PixInsight. It implement XISF 1.0 specification. It is licensed under GPLv3 or later. To compile you will need C++17 compiler.

To compile simply run these commands

cmake -B build -S .
cmake --build build --parallel
cmake --install build

By default it use bundled libraries. If you wish to use external libraries you will may add -DUSE_BUNDLED_LIBS=Off to first command. Then you will need lz4 pkg-config pugixml zlib installed. You may also specify -DBUILD_SHARED_LIBS=Off if you want build static lib.

Description
Library to load and write XISF format from PixInsight
Readme 1.9 MiB
LibXISF Latest
2023-08-13 19:13:39 +02:00
Languages
C 68.6%
C++ 19.5%
Ada 3.1%
C# 2%
Assembly 1.7%
Other 5%