Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Very lightweight wrapper for libqrencode that allows you to generate QR Codes (as ofImages) from strings.

NotificationsYou must be signed in to change notification settings

robotconscience/ofxQRCodeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A very lightweight wrapper for the libqrencode library (http://fukuchi.org/works/qrencode/index.html.en).I have included a 32-bit version of libqrencode for OSX.Andres Cartin:I added the possibility to use padding for the resulting image, as I figured out some QR code readers have problems when they don't see a white sillhouette.To use the ofxQRCodeGenerator on your project, you have to include libqrencode on your project's linked libraries, as well as add the following script after linking:

cp -f ../../../addons/ofxQRCodeGenerator/lib/osx/libqrencode.3.dylib "$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/libqrencode.3.dylib"; install_name_tool -change /usr/local/lib/libqrencode.3.dylib @executable_path/libqrencode.3.dylib "$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/$PRODUCT_NAME";

About

Very lightweight wrapper for libqrencode that allows you to generate QR Codes (as ofImages) from strings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors3

  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp