mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Added Aztec Runes
This commit is contained in:
BIN
docs/azrune.png
Normal file
BIN
docs/azrune.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 163 B |
BIN
docs/aztec.png
BIN
docs/aztec.png
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 336 B |
@ -5,7 +5,7 @@
|
||||
<TITLE>Using the API</TITLE>
|
||||
<META NAME="GENERATOR" CONTENT="OpenOffice.org 2.4 (Unix)">
|
||||
<META NAME="CREATED" CONTENT="20070730;21081900">
|
||||
<META NAME="CHANGED" CONTENT="20081102;13564600">
|
||||
<META NAME="CHANGED" CONTENT="20081109;9211000">
|
||||
<STYLE TYPE="text/css">
|
||||
<!--
|
||||
TD P { color: #000000 }
|
||||
@ -1169,6 +1169,17 @@ following table. For example</P>
|
||||
<P ALIGN=CENTER>Micro QR Code</P>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD WIDTH=150>
|
||||
<P ALIGN=CENTER>128</P>
|
||||
</TD>
|
||||
<TD WIDTH=382>
|
||||
<P ALIGN=CENTER><FONT FACE="Courier">BARCODE_AZRUNE</FONT></P>
|
||||
</TD>
|
||||
<TD WIDTH=366>
|
||||
<P ALIGN=CENTER>Aztec Runes</P>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD WIDTH=150>
|
||||
<P ALIGN=CENTER>129</P>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<TITLE>Using the Front End</TITLE>
|
||||
<META NAME="GENERATOR" CONTENT="OpenOffice.org 2.4 (Unix)">
|
||||
<META NAME="CREATED" CONTENT="20070730;21081900">
|
||||
<META NAME="CHANGED" CONTENT="20081102;13553900">
|
||||
<META NAME="CHANGED" CONTENT="20081109;9200500">
|
||||
<STYLE TYPE="text/css">
|
||||
<!--
|
||||
TD P { color: #000000 }
|
||||
@ -553,6 +553,14 @@ appropriate integer value in the following table.</P>
|
||||
<P ALIGN=CENTER>Micro QR Code</P>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD WIDTH=139>
|
||||
<P ALIGN=CENTER>128</P>
|
||||
</TD>
|
||||
<TD WIDTH=643>
|
||||
<P ALIGN=CENTER>Aztec Runes</P>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD WIDTH=139>
|
||||
<P ALIGN=CENTER>129</P>
|
||||
|
@ -260,6 +260,8 @@ the barcode symbologies supported by them.</P>
|
||||
5.6.4 <A HREF="twodims.html#MAXI">Maxicode (ISO 16023)</A>
|
||||
</DT><DT>
|
||||
5.6.5 <A HREF="twodims.html#AZTEC">Aztec Code (ISO 24778)</A>
|
||||
</DT><DT>
|
||||
5.6.6 <A HREF="twodims.html#AZRUNE">Aztec Runes</A>
|
||||
</DT></DL>
|
||||
<DT>
|
||||
5.7 <A HREF="markings.html">Other Barcode-Like Markings</A></DT><DL>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<TITLE>Two-Dimensional Symbols</TITLE>
|
||||
<META NAME="GENERATOR" CONTENT="OpenOffice.org 2.4 (Unix)">
|
||||
<META NAME="CREATED" CONTENT="20070730;21081900">
|
||||
<META NAME="CHANGED" CONTENT="20081102;14024700">
|
||||
<META NAME="CHANGED" CONTENT="20081109;9283500">
|
||||
<STYLE TYPE="text/css">
|
||||
<!--
|
||||
TD P { color: #000000 }
|
||||
@ -606,7 +606,14 @@ then the error correction capacity selection will be ignored.</P>
|
||||
<P ALIGN=LEFT>Aztec Code is able to encode any extended ASCII
|
||||
character data up to a maximum length of approximately 3823 numeric
|
||||
or 3067 alphabetic characters or 1914 bytes of data.</P>
|
||||
<P ALIGN=LEFT><IMG SRC="aztec.png" NAME="graphics4" ALIGN=BOTTOM WIDTH=114 HEIGHT=114 BORDER=0></P>
|
||||
<P ALIGN=LEFT><IMG SRC="aztec.png" NAME="graphics4" ALIGN=LEFT WIDTH=46 HEIGHT=46 BORDER=0><BR CLEAR=LEFT><BR><BR>
|
||||
</P>
|
||||
<P><A NAME="AZRUNE"></A><FONT SIZE=5><B>5.6.6 Aztec Runes</B></FONT></P>
|
||||
<P ALIGN=LEFT>A truncated version of compact Aztec Code for encoding
|
||||
whole integers between 0 and 255. Includes Reed-Solomon error
|
||||
correction. As defined in ISO/IEC 24778 Annex A.</P>
|
||||
<P ALIGN=LEFT><IMG SRC="azrune.png" NAME="graphics6" ALIGN=LEFT WIDTH=22 HEIGHT=22 BORDER=0><BR CLEAR=LEFT><BR><BR>
|
||||
</P>
|
||||
<HR>
|
||||
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
||||
<TR VALIGN=TOP>
|
||||
|
Reference in New Issue
Block a user