Metadata-Version: 1.0
Name: qr2scad
Version: 0.2
Summary: QR code to OpenSCAD converter
Home-page: http://github.com/l0b0/qr2scad
Author: Victor Engmark
Author-email: victor.engmark@gmail.com
License: GPL v3 or newer
Download-URL: http://github.com/l0b0/qr2scad
Description: qr2scad - Convert QR code images to OpenSCAD
        <http://github.com/l0b0/qr2scad>
        
        Default syntax:
        
        qr2scad < input_file
        
        Description:
        
        For each black pixel in the input, it will create a cube in the output.
        
        The result can be used in an existing OpenSCAD file as follows:
        1. Remove the QR code from a flat surface using the difference() function.
        2. After printing, splash some removable paint or ink on the QR code holes.
        3. Remove the residue around the holes with a piece of cloth, leaving the
        color in the holes intact.
        
        This code does not optimize the output in any way. If you get a really big
        result file, try to scale it down and verify that it is still readable
        using <http://zxing.org/w/decode.jspx>.
        
        Examples:
        
        ./qr2scad.py < example.png > example.scad
            Convert example.png to example.scad
        
        <http://www.thingiverse.com/thing:4448>
        
        Bugs:
        
        Please email bug reports to victor dot engmark at gmail dot com.
        
Keywords: QR code QRcode convert converter OpenSCAD SCAD
Platform: POSIX
Platform: Windows
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Artistic Software
Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
