|
From: Mike L. <mi...@dr...> - 2010-01-08 21:58:12
|
I would try something like this:
---------------------
from pydmtx import DataMatrix
dm_write = DataMatrix(shape = DataMatrix.DmtxSymbolRectAuto, module_size =
1)
dm_write.encode("Hello, world!")
dm_write.save("hello.bmp", "bmp")
---------------------
On Fri, Dec 18, 2009 at 7:46 AM, Leandro Passarelli
<llp...@gm...>wrote:
> Hello!
> I would like to know how to modify the options in datamatrix python
> test.py file to generate a rectangular datamatrix low resolution (1
> point per pixel) and save in bmp
>
> Thank you!
>
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and
> easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> libdmtx-open_discussion mailing list
> lib...@li...
> https://lists.sourceforge.net/lists/listinfo/libdmtx-open_discussion
>
--
Mike Laughton
Chief Software Architect
Dragonfly Logic, Inc.
612.845.3339 (m)
|