5#include "pxcrypt/pxcrypt_codec_export.h"
15class PXCRYPT_CODEC_EXPORT
Stat
17 Q_DECLARE_PRIVATE(
Stat);
28 std::unique_ptr<StatPrivate> d_ptr;
32 Stat(
const QImage& image);
33 Stat(
const QSize& size);
quint8 minimumDensity(quint64 bytes) const
Definition stat.cpp:118
Capacity capacity(quint8 bpc) const
Definition stat.cpp:88
bool fitsMetadata() const
Definition stat.cpp:105
Stat(const QImage &image)
Definition stat.cpp:58
The PxCrypt namespace is the main namespace through which all functionality of the PxCrypt library is...
Definition decoder.cpp:6
The Capacity holds information about the capacity of an image at a given BPC.
Definition stat.h:21
quint64 bytes
Definition stat.h:22
quint8 leftoverBits
Definition stat.h:23