- Notifications
You must be signed in to change notification settings - Fork1
A simple command line tool to encode and decode aztec codes.
License
NotificationsYou must be signed in to change notification settings
dtki7/aztec
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A simple command line tool usingBoofCV to encode and decode aztec codes.
Build and run
mvn packagejava -jar target/aztec-*.jar# examplesjava -jar target/aztec-*.jar scan aztec.png data.binjava -jar target/aztec-*.jar data.bin aztec.png
Parameters:scan|generate <input file> [<output file>]
scan
: scan an image and save bytes in filegenerate
: generate an image from bytes in fileinput file
: an image file when scanning, any when generatingoutput file
: any file when scanning (default:out.bin
), an image file when generating (default:out.png
)
About
A simple command line tool to encode and decode aztec codes.