Search the web
Sign In
New User? Sign Up
wmlprogramming · WML,XHTML,WURFL & Mobile-related stuff
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
2D barcode libraries in C / C++ ?   Message List  
Reply | Forward Message #28688 of 31579 |
Re: [wmlprogramming] Re: 2D barcode libraries in C / C++ ?

Hi,

I found example code to create QR-Codes at

http://www.swetake.com/qr/index-e.html

that works perfect:
http://lab.bashpit.com/qr/qr_img.php?d=http://www.google.de

Cheers,

Peter

On Tue, Sep 23, 2008 at 4:33 PM, Julio Rabadán González
<somms@...>wrote:

> http://trac.koka-in.org/libdecodeqr
>
> This is a decoder.
>
> http://megaui.net/fukuchi/works/qrencode/index.en.html
>
> This is an encoder
>
> I've not used them, I'm just done some Google.
>
> rhuillet escribió:
>
> >
> > QR would be fine, except that there is no C/C++ lib available for
> > free (a least that I am aware of) , so I will have to make my own :(
> >
> > Is QR size smaller than Datamatrix for the same amount of data ?
> >
> > Cheers
> > Renaud
> > --- In wmlprogramming@yahoogroups.com <wmlprogramming%40yahoogroups.com>
> >
<mailto:wmlprogramming%40yahoogroups.com<wmlprogramming%2540yahoogroups.com>>,
> Julio Rabadán González
>
> > <somms@...> wrote:
> > >
> > > Well, QRCode is a /de facto/ standard in Japan for the customer.
> > >
> > > Datamatrix has more capacity in less space, but is dificult to read
> > by
> > > some mobile cams, and is mostly used in industrial applications.
> > >
> > > QRCode can embed kanjis, and (important) are beautiful :)
> > >
> > > QRCode wins for me.
> > >
> > > vladimirt2000 escribió:
> > > >
> > > > Hi Renaud,
> > > > Why QRCodes? Why not use Datamatrix?
> > > > Datamatrix is a standard worldwide, same results as QR, and
> > there's a
> > > > lost of libraries, including in C++ or C.
> > > > Adaptation is not necessary if you encode an integer value. if you
> > > > encode text or long data, the DM code is big and if you downsize
> > de DM
> > > > image, there'll be some problems with decoding.
> > > > What kind of app are you developing? How you'll decode 2d codes?
> > > >
> > > > My company has a Mobile Tickets platform based on Datamatrix,
> > with our
> > > > own readers.
> > > >
> > > > Regards
> > > > Vladimir
> > > >
> > > > --- In wmlprogramming@yahoogroups.com<wmlprogramming%40yahoogroups.com>
> > <mailto:wmlprogramming%40yahoogroups.com<wmlprogramming%2540yahoogroups.com>
> >
> > > >
<mailto:wmlprogramming%40yahoogroups.com<wmlprogramming%2540yahoogroups.com>>,
> "rhuillet" <renaudh@>
> > wrote:
> > > > >
> > > > > Hi,
> > > > >
> > > > > Does anyone know if there is a free lib for C++ or C that
> > handles QR
> > > > > or Aztec 2D barcodes ?
> > > > >
> > > > > I know one that supports PDF417 and datamatrix, but could not
> > find
> > > > > anything for the other 2 :(
> > > > >
> > > > > Also: do you guys know if adaptation is mandatory when
> > displaying such
> > > > > barcode on a mobile ?
> > > > > I mean could be have an LCD (least common denominator) approach
> > and
> > > > > still have a readable barcode displayed ?
> > > > >
> > > > > Cheers.
> > > > > Renaud
> > > > >
> > > >
> > > >
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
>
> [Non-text portions of this message have been removed]
>
>
>


[Non-text portions of this message have been removed]




Tue Sep 23, 2008 3:56 pm

peavey_182
Offline Offline
Send Email Send Email

Forward
Message #28688 of 31579 |
Expand Messages Author Sort by Date

Hi, Does anyone know if there is a free lib for C++ or C that handles QR or Aztec 2D barcodes ? I know one that supports PDF417 and datamatrix, but could not...
rhuillet
Offline Send Email
Sep 16, 2008
12:55 pm

Hi Renaud, Why QRCodes? Why not use Datamatrix? Datamatrix is a standard worldwide, same results as QR, and there's a lost of libraries, including in C++ or C....
vladimirt2000
Offline Send Email
Sep 17, 2008
6:56 pm

Well, QRCode is a /de facto/ standard in Japan for the customer. Datamatrix has more capacity in less space, but is dificult to read by some mobile cams, and...
Julio Rabadán Gonz...
juliorabadang
Offline Send Email
Sep 17, 2008
8:22 pm

QR would be fine, except that there is no C/C++ lib available for free (a least that I am aware of) , so I will have to make my own :( Is QR size smaller than...
rhuillet
Offline Send Email
Sep 23, 2008
2:26 pm

http://trac.koka-in.org/libdecodeqr This is a decoder. http://megaui.net/fukuchi/works/qrencode/index.en.html This is an encoder I've not used them, I'm just...
Julio Rabadán Gonz...
juliorabadang
Offline Send Email
Sep 23, 2008
2:35 pm

Hi, I found example code to create QR-Codes at http://www.swetake.com/qr/index-e.html that works perfect: ...
Peter Viergutz
peavey_182
Offline Send Email
Sep 23, 2008
3:56 pm

Vi Vladimir, Thanks for your answer. QR is more a customer requirement than my own choice :( My project is an airline ticketing service using 2D barcode, so...
rhuillet
Offline Send Email
Sep 23, 2008
2:26 pm

Hi Guys Anyone need it ? Max...
Max Rozanoff
mshadow123
Offline Send Email
Sep 18, 2008
9:46 am

... sounds useful. I can publish it on the WURFL or WMLProgramming website.... Luca...
Luca Passani
luca_passani
Offline Send Email
Sep 18, 2008
1:49 pm

Hi Luca Did you get my email with this file ? Regards Max...
Max Rozanoff
mshadow123
Offline Send Email
Sep 22, 2008
6:33 am

yes. Sorry Max. I am travelling and I still couldn't get around publishing it. If I haven't published by next monday, please remind me. Thanks Luca...
Luca Passani
luca_passani
Offline Send Email
Sep 22, 2008
12:35 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help