https://github.com/nikolat/saori-qrcode
SAORI for UKAGAKA. Make QR Code.
https://github.com/nikolat/saori-qrcode
sirefaso sosiremi ukagaka ukagaka-saori
Last synced: 5 months ago
JSON representation
SAORI for UKAGAKA. Make QR Code.
- Host: GitHub
- URL: https://github.com/nikolat/saori-qrcode
- Owner: nikolat
- License: other
- Created: 2024-03-31T04:24:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T08:23:28.000Z (about 2 years ago)
- Last Synced: 2024-10-24T00:23:40.897Z (over 1 year ago)
- Topics: sirefaso, sosiremi, ukagaka, ukagaka-saori
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# saori_qrcode.dll
[GitHub repository](https://github.com/nikolat/saori-qrcode)
## これは何?
デスクトップマスコット、「伺か」で使用できるSAORIの一種です。
入力したテキストをQR Codeとして出力します。
## 使い方
Argument0に、使用する機能名を指定して使用します。
指定できる機能は`image`と`text`です。
### `image`
+ Argument1: QR Codeに変換したいテキスト
+ Argument2: 画像として出力するファイルのパス
+ Result: 無し
入力されたテキストのQR Codeを画像ファイル(PNG)として指定されたファイルのパスに出力します。
### `text`
+ Argument1: QR Codeに変換したいテキスト
+ Result: テキスト形式で整形されたQR Code
入力されたテキストのQR Codeを`\n`を改行コードと見立てて` `および`#`で表現したテキストを返します。
## 使用ライブラリ/参考にしたプロジェクト
+ [saori-resized-png](https://github.com/tukinami/saori-resized-png) / 月波 清火 (tukinami seika)
+ [qrcode-rust](https://github.com/kennytm/qrcode-rust) / kennytm
+ [image](https://github.com/image-rs/image) / The image-rs Developers
+ (テスト実行時) [encoding\_rs](https://github.com/hsivonen/encoding_rs) / Henri Sivonen
+ (テスト実行時) [tempfile](https://github.com/Stebalien/tempfile) / Steven Allen, The Rust Project Developers, Ashley Mannix, Jason White
## ライセンス
LICENSEファイルを見てください。
## 作成者
Don
[GitHub](https://github.com/nikolat)