6
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MacOSXでオンラインサービスを使わずにQRコードを生成するには

Last updated at Posted at 2014-11-25

brew でqrencodeをインストール

brew install qrencode

QRコードを生成する

例えばhoge.pngというファイル名で画像の形式はPNG,QRコードに埋め込む文字列はhogeという場合は、以下のとおり

qrencode -o hoge.png -t PNG hoge

詳細

qrencode -h
6
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?