XISF Version 1.0 Specification (FINAL)

Juan Conejero

PixInsight Staff
Staff member
Hi all,

After three years of continued work and draft documents, today we are glad to announce the release of the final XISF Version 1.0 Specification document:


XISF stands for Extensible Image Serialization Format, and as you probably know, is the native file format of the PixInsight platform for storage, management and interchange of digital images and associated data. XISF is a free, open format, where we welcome the contributions of anyone interested, including users of PixInsight and other applications, as well as individuals and groups from other development teams, institutions and companies involved or interested in image processing software.

For general information on XISF, including the latest news on the format and its development:


For discussion on the XISF specification, its applications and implementations, feel free to join us at PixInsight Forum:


Along with the XISF formal specification document, we have completed also our first reference implementation in the C++ programming language:


The reference XISF implementation is part of the PixInsight Class Library (PCL), available at our official open-source repositories:


With this reference implementation, adding support for monolithic XISF files to existing applications cannot be easier. We'll be glad to help any developer interested in this task.

Thank you for your attention.
 
Hi Juan,
Congratulations on this great effort.

I look forward to going through all of the information and making good use of it.

Thanks to all involved.

Eddie
 
Does this format support storing more than one image in the XISF file?
I assume it's not possible but I'm wondering if it can be used as a list of images. (like a folder with your source data that needs stacking)
 
Interesting, do you have an example of such a file?
If you open such file does it show all the different images or how does pixinsight handle that?

Does this mean that I in theory can convert a planet 'video' recording to a XISF file format? (without compression/timings but we don't need those)
 
Back
Top