<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Qrcode</id>
		<title>Qrcode - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Qrcode"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Qrcode&amp;action=history"/>
		<updated>2026-04-05T00:36:11Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Qrcode&amp;diff=794&amp;oldid=prev</id>
		<title>Guillaume: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Qrcode&amp;diff=794&amp;oldid=prev"/>
				<updated>2008-12-03T10:39:02Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 10:39, 3 December 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Guillaume</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Qrcode&amp;diff=793&amp;oldid=prev</id>
		<title>192.168.20.177: /* Python */</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Qrcode&amp;diff=793&amp;oldid=prev"/>
				<updated>2008-09-03T15:35:19Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Python&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[http://en.wikipedia.org/wiki/QR_Code Qrcode] is a non-proprietary encoding of information into 2d codes. 2d codes are bidimensional matrices that encode information much like the traditional barcodes you find in supermarket products. Widely spread in Japan for some years now, it allows users with cameras on their mobile phones to scan the 2d code and extract the information. If it's a hyperlink, then the scanner software may open the phone's web browser and open the hyperlink page.&lt;br /&gt;
&lt;br /&gt;
==Hello world example==&lt;br /&gt;
&lt;br /&gt;
http://farm4.static.flickr.com/3093/2824480513_cb08e32b3b_m.jpg&lt;br /&gt;
&lt;br /&gt;
===Python===&lt;br /&gt;
You can easily use the [[python]] library [http://www.pedemonte.eu/wiki/index.php/Documentation:PyQrCodec PyQrCodec] (depends on the [http://www.pythonware.com/products/pil/ PIL] library)&lt;br /&gt;
&lt;br /&gt;
 &amp;gt; sudo yum install opencv opencv-devel opencv-python&lt;br /&gt;
&lt;br /&gt;
 &amp;gt; wget http://effbot.org/downloads/Imaging-1.1.6.tar.gz&lt;br /&gt;
 &amp;gt; tar -xvf Imaging-1.1.6.tar.gz&lt;br /&gt;
 &amp;gt; cd Imaging-1.1.6&lt;br /&gt;
 &amp;gt; python setup.py build&lt;br /&gt;
 &amp;gt; sudo python setup.py install&lt;br /&gt;
&lt;br /&gt;
 &amp;gt; wget http://www.pedemonte.eu:81/pyqr/files/PyQrcodec_Linux.tar.gz&lt;br /&gt;
 &amp;gt; tar -xvf PyQrcodec_Linux.tar.gz&lt;br /&gt;
 &amp;gt; cd PyQrcodec&lt;br /&gt;
 &amp;gt; python setup.py build&lt;br /&gt;
 &amp;gt; sudo python setup.py install&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;[python]&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt; import PyQrCodec&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt; size, image = PyQrCodec.encode(&amp;quot;Hello world!&amp;quot;)&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt; image.save(&amp;quot;helloworld.jpg&amp;quot;)&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://en.wikipedia.org/wiki/QR_Code QR code in wikipedia]&lt;br /&gt;
===Encoders/decoders===&lt;br /&gt;
*[http://semapedia.org Semapedia]&lt;br /&gt;
*[http://qrcode.kaywa.com/ Kaywa]&lt;br /&gt;
*[http://www.neoreader.com/code.html Neoreader]&lt;br /&gt;
&lt;br /&gt;
[[Category:internet]]&lt;/div&gt;</summary>
		<author><name>192.168.20.177</name></author>	</entry>

	</feed>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-56589921-5', 'auto');
  ga('send', 'pageview');
</script>