Code Monkey home page Code Monkey logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 12, 2024
I also observe this issue.

Original comment by [email protected] on 22 Jan 2013 at 9:08

from bwip-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 12, 2024
We identified the fix for this Aztec configuration code issue.  With a full 
size finder, like this code has, there are 16 mode bits – 5 representing the 
number of layers, and 11 representing the length.  Per the specification, the 
way you flag the code as a configuration code is to set the most significant 
bit (MSB) of the length (and the code must be 22 layers or less, but instead, 
the MSB of the number of layers is set, and the MSB of the length is cleared.   

Mode message encoded in this symbol (in binary) = 10000  00000001100 -> 
translation –> 17 layers, 13 data codewords (translation is each of the 
binary values + 1)
Mode Message that should be encoded (in binary) = 00000 10000001100 -> 
translation -> 1 layer, 13 data codewords – configuration code bit set.

Original comment by [email protected] on 23 Jan 2013 at 5:50

from bwip-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 12, 2024
I have just fixed this in upstream BWIPP 2013-01-25:

http://code.google.com/p/postscriptbarcode/source/detail?r=2419

bwip-js will need to resync against this.

Original comment by [email protected] on 25 Jan 2013 at 12:21

from bwip-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 12, 2024
The 0.4 release includes the latest download of BWIPP, version 2013-01-17.  
Please verify this fixes the issue.

Original comment by [email protected] on 26 Feb 2013 at 9:17

  • Changed state: Accepted

from bwip-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 12, 2024
Correction.

Added new download, 0.5, that is sync'd to the active BWIPP branch 2013-01-25.
Please verify this fixes the issue.

Original comment by [email protected] on 26 Feb 2013 at 9:36

from bwip-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 12, 2024
Tested in 0.5, issue addressed and 2D is working as expected.  Thi issue can be 
closed.

Original comment by [email protected] on 18 Mar 2013 at 10:48

from bwip-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 12, 2024
Hi,

We are unable to generate programming barcodes in DataMatrix symbology. Can
you pls provide some guidelines on how to generate in that.

Thank You.
Vijaya

Original comment by [email protected] on 12 Jun 2013 at 4:08

from bwip-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 12, 2024
I need a bit more information about what you are trying to do.

What JavaScript platform or browser are you using?

Have you installed bwip-js and used the demo with a browser (via file:// URL) 
to generate any bar codes?

Have you read the BWIPP documentation on DataMatrix and its available options?

In the future, please open a new request rather than add an unrelated comment 
to an existing issue.

Regards, Mark

Original comment by [email protected] on 12 Jun 2013 at 5:13

  • Changed state: Fixed

from bwip-js.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.