Files
Jungfraujoch/compression/MaxCompressedSize.h

12 lines
338 B
C++

// Copyright (2019-2023) Paul Scherrer Institute
#ifndef JUNGFRAUJOCH_MAXCOMPRESSEDSIZE_H
#define JUNGFRAUJOCH_MAXCOMPRESSEDSIZE_H
#include <cstdint>
#include "CompressionAlgorithmEnum.h"
int64_t MaxCompressedSize(CompressionAlgorithm algorithm, int64_t pixels_number, uint16_t pixel_depth);
#endif //JUNGFRAUJOCH_MAXCOMPRESSEDSIZE_H