1#ifndef PX_ACCESS_WRITE_H
2#define PX_ACCESS_WRITE_H
9#include "ch_sequence_generator.h"
10#include "px_sequence_generator.h"
23 PxSequenceGenerator mPxSequence;
24 ChSequenceGenerator mChSequence;
26 quint64 mCurrentIndex;
27 Channel mCurrentChannel;
33 PxAccessWrite(QImage* image,
QByteArrayView seed, quint8 bpc, EncStrat strat);
38 void writeMetaValue(quint8 value);
39 void writeMetaPixels();
43 EncStrat strat()
const;
45 bool hasNextPixel()
const;
46 bool pixelExhausted()
const;
53 const QRgb& pixelConst()
const;
54 quint64 index()
const;
55 Channel channel()
const;
56 quint8 channelValue()
const;
The PxCrypt namespace is the main namespace through which all functionality of the PxCrypt library is...
Definition decode_error.cpp:5