Cargo Features

serialimage has no features set by default.

[dependencies]
serialimage = { version = "4.1.1", features = ["fitsio"] }
fitsio

Optional feature: FITS Output

The fitsio feature enables FITS output support for the DynamicSerialImage and SerialImageBuffer types, and requires the fitsio crate.

Enables fitsio

Optional dependency: FITS Output

The fitsio crate is required to enable the fitsio feature.