#include <Compression.h>
Interface for compression algorithms.
Tiling shape is represented as a Position<-1>
. The maximum dimension possible is equal to 6 (which is an internal CFITSIO limitation).
Public Member Functions | |
virtual bool | is_lossless () const |
Check whether the compression is lossless for. More... | |
const Quantization & | quantization () const |
Get the quantization. | |
const Position<-1 > & | tiling () const |
Get the tiling. | |