|
Grid< bool > | s3d::QR::EncodeNumber (StringView s, QRErrorCorrection ec=QRErrorCorrection::Low, int32 minVersion=MinVersion) |
| 数字から構成される文字列から QR データを作成します。 More...
|
|
Grid< bool > | s3d::QR::EncodeAlnum (StringView s, QRErrorCorrection ec=QRErrorCorrection::Low, int32 minVersion=MinVersion) |
| 英数字から構成される文字列から QR データを作成します。 More...
|
|
Grid< bool > | s3d::QR::EncodeText (StringView s, QRErrorCorrection ec=QRErrorCorrection::Low, int32 minVersion=MinVersion) |
| 文字列から QR データを作成します。 More...
|
|
Grid< bool > | s3d::QR::EncodeBinary (const void *data, size_t size, QRErrorCorrection ec=QRErrorCorrection::Low, int32 minVersion=MinVersion) |
| バイナリデータから QR データを作成します。 More...
|
|
Image | s3d::QR::MakeImage (const Grid< bool > &qr, int32 cellSize=16, size_t borderCells=4) |
| QR コードを Image に変換します。 More...
|
|
SVG | s3d::QR::MakeSVG (const Grid< bool > &qr, size_t borderCells=4) |
| QR コードを SVG データに変換します。 More...
|
|
bool | s3d::QR::SaveSVG (FilePathView path, const Grid< bool > &qr, size_t borderCells=4) |
| QR コードを SVG 画像ファイルとして保存します。 More...
|
|