<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Thanks, Chip. Unfortunately I tried to use that a while back. It's
    some kind of weird (guessing Microsoft) C++ "embrace and extend"
    source code that doesn't begin to compile with gcc on Linux, let
    alone link.<br>
    <br>
    I'm going to study the Python sources for qr that Carl mentioned and
    see if I can adapt that. I'd discovered the qr command and it's
    completely cool, but my guts tell me it is seriously complex
    software. I cam hopefully look at it tonight.<br>
    <br>
    -Pete<br>
    <br>
    <div class="moz-cite-prefix">On 03/04/2015 01:20 PM, Chip McClelland
      wrote:<br>
    </div>
    <blockquote
      cite="mid:86FB9B9C-57E8-48F7-A0B3-9DEB4DBD590B@mcclellands.org"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      Pete, 
      <div class=""><br class="">
      </div>
      <div class="">Since I am at work, I used the IBM DeveloperWorks
        search and came up with this C library: <a
          moz-do-not-send="true"
          href="http://fukuchi.org/works/qrencode/index.html.en"
          class="">http://fukuchi.org/works/qrencode/index.html.en</a></div>
      <div class=""><br class="">
      </div>
      <div class="">I hope this helps</div>
      <div class=""><br class="">
      </div>
      <div class=""><br class="">
        <div apple-content-edited="true" class="">
          <div style="color: rgb(0, 0, 0); letter-spacing: normal;
            orphans: auto; text-align: start; text-indent: 0px;
            text-transform: none; white-space: normal; widows: auto;
            word-spacing: 0px; -webkit-text-stroke-width: 0px;
            word-wrap: break-word; -webkit-nbsp-mode: space;
            -webkit-line-break: after-white-space;" class="">
            <div style="color: rgb(0, 0, 0); letter-spacing: normal;
              orphans: auto; text-align: start; text-indent: 0px;
              text-transform: none; white-space: normal; widows: auto;
              word-spacing: 0px; -webkit-text-stroke-width: 0px;
              word-wrap: break-word; -webkit-nbsp-mode: space;
              -webkit-line-break: after-white-space;" class="">Chip
              McClelland<br class="">
              <a moz-do-not-send="true"
                href="mailto:chip@seeinsights.com" class="">chip@seeinsights.com</a><br
                class="">
              919-624-5562<br class="">
            </div>
          </div>
        </div>
        <br class="">
        <div>
          <blockquote type="cite" class="">
            <div class="">On Mar 4, 2015, at 1:00 PM, <a
                moz-do-not-send="true"
                href="mailto:triembed-request@triembed.org" class="">triembed-request@triembed.org</a>
              wrote:</div>
            <br class="Apple-interchange-newline">
            <div class="">Send TriEmbed mailing list submissions to<br
                class="">
              <span class="Apple-tab-span" style="white-space:pre"> </span><a
                moz-do-not-send="true"
                href="mailto:triembed@triembed.org" class="">triembed@triembed.org</a><br
                class="">
              <br class="">
              To subscribe or unsubscribe via the World Wide Web, visit<br
                class="">
              <span class="Apple-tab-span" style="white-space:pre"> </span><a class="moz-txt-link-freetext" href="http://mail.triembed.org/mailman/listinfo/triembed_triembed.org">http://mail.triembed.org/mailman/listinfo/triembed_triembed.org</a><br
                class="">
              or, via email, send a message with subject or body 'help'
              to<br class="">
              <span class="Apple-tab-span" style="white-space:pre"> </span><a class="moz-txt-link-abbreviated" href="mailto:triembed-request@triembed.org">triembed-request@triembed.org</a><br
                class="">
              <br class="">
              You can reach the person managing the list at<br class="">
              <span class="Apple-tab-span" style="white-space:pre"> </span><a class="moz-txt-link-abbreviated" href="mailto:triembed-owner@triembed.org">triembed-owner@triembed.org</a><br
                class="">
              <br class="">
              When replying, please edit your Subject line so it is more
              specific<br class="">
              than "Re: Contents of TriEmbed digest..."<br class="">
              <br class="">
              <br class="">
              Today's Topics:<br class="">
              <br class="">
                1. C/C++/Python/Ruby/Perl code for translating a text
              string<br class="">
                   into a QRcode bitmap expressed in the native language
              (Pete Soper)<br class="">
              <br class="">
              <br class="">
----------------------------------------------------------------------<br
                class="">
              <br class="">
              Message: 1<br class="">
              Date: Tue, 03 Mar 2015 19:53:45 -0500<br class="">
              From: Pete Soper <a class="moz-txt-link-rfc2396E" href="mailto:pete@soper.us"><pete@soper.us></a><br class="">
              To: Triangle Embedded Computing Discussion
              <a class="moz-txt-link-rfc2396E" href="mailto:triembed@triembed.org"><triembed@triembed.org></a><br class="">
              Subject: [TriEmbed] C/C++/Python/Ruby/Perl code for
              translating a text<br class="">
              <span class="Apple-tab-span" style="white-space:pre"> </span>string
              into a QRcode bitmap expressed in the native language<br
                class="">
              Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:54F65799.5040707@soper.us"><54F65799.5040707@soper.us></a><br class="">
              Content-Type: text/plain; charset=utf-8; format=flowed<br
                class="">
              <br class="">
              I'm looking for something to link to or use directly via
              source that <br class="">
              takes a text string and creates the bitmap for a QRcode
              representation <br class="">
              of that string of characters. I mean something like a C
              char[][] of ones <br class="">
              and zeros or any more complex equivalent in the native
              language, not a <br class="">
              file that pops out magically via a library. I need it to
              be usable on <br class="">
              Debian Linux (e.g. Ubuntu). I realize I might be writing
              nonsense to do <br class="">
              with the size/scaling and what not (I can now reliably
              spell "q r c o d <br class="">
              e", but I need a starting point to do the translation for
              a special <br class="">
              graphics printer I'm playing with. I don't have a real
              driver for this <br class="">
              printer, just a pile of escape code docs.<br class="">
              <br class="">
              Thanks,<br class="">
              Pete<br class="">
              <br class="">
              <br class="">
              <br class="">
              <br class="">
              ------------------------------<br class="">
              <br class="">
              Subject: Digest Footer<br class="">
              <br class="">
              _______________________________________________<br
                class="">
              TriEmbed mailing list<br class="">
              <a class="moz-txt-link-abbreviated" href="mailto:TriEmbed@triembed.org">TriEmbed@triembed.org</a><br class="">
<a class="moz-txt-link-freetext" href="http://mail.triembed.org/mailman/listinfo/triembed_triembed.org">http://mail.triembed.org/mailman/listinfo/triembed_triembed.org</a><br
                class="">
              <br class="">
              <br class="">
              ------------------------------<br class="">
              <br class="">
              End of TriEmbed Digest, Vol 22, Issue 4<br class="">
              ***************************************<br class="">
            </div>
          </blockquote>
        </div>
        <br class="">
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Triangle, NC Embedded Computing mailing list
<a class="moz-txt-link-abbreviated" href="mailto:TriEmbed@triembed.org">TriEmbed@triembed.org</a>
<a class="moz-txt-link-freetext" href="http://mail.triembed.org/mailman/listinfo/triembed_triembed.org">http://mail.triembed.org/mailman/listinfo/triembed_triembed.org</a>
TriEmbed web site: <a class="moz-txt-link-freetext" href="http://TriEmbed.org">http://TriEmbed.org</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>