qrencode
4.1.1
About: libqrencode is a fast and compact library and command-line utility for encoding data in a QR Code symbol.
![]() ![]() |
Go to the source code of this file.
Functions | |
unsigned char * | Mask_makeMask (int width, unsigned char *frame, int mask, QRecLevel level) |
unsigned char * | Mask_mask (int width, unsigned char *frame, QRecLevel level) |
unsigned char * Mask_makeMask | ( | int | width, |
unsigned char * | frame, | ||
int | mask, | ||
QRecLevel | level | ||
) |
Definition at line 164 of file mask.c.
References level, Mask_writeFormatInformation(), maskMakers, and maskNum.
Referenced by QRcode_encodeMask().
unsigned char * Mask_mask | ( | int | width, |
unsigned char * | frame, | ||
QRecLevel | level | ||
) |
Definition at line 322 of file mask.c.
References level, Mask_evaluateSymbol(), Mask_writeFormatInformation(), maskMakers, maskNum, and N4.
Referenced by QRcode_encodeMask().