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);
42 bool fitsMetadata()
const;
43 quint8 minimumDensity(quint64 bytes)
const;
The Stat provides the means to generate various statistics of a potential PxCrypt image.
Definition stat.h:16
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
quint8 leftoverBits
Definition stat.h:23
quint64 bytes
Definition stat.h:22