[erlang-questions] Re: QR Code generation library.

Mike Oxford moxford@REDACTED
Thu Apr 7 19:57:34 CEST 2011


+1 on barcodewriter.

I used MySQL/PHP to generate postscript+barcodewriter to generate the
barcodes for a resale site.
Works beautifully, and learning to program in postscript was a fun exercise.

-mox


On Thu, Apr 7, 2011 at 6:01 AM, Antoine Koener <antoine.koener@REDACTED>wrote:

>
> On Apr 7, 2011, at 09:39 , Alex Arnon wrote:
>
>  Hi All,
>>
>> Does any of you know of a QR Code generation library for Erlang?
>> If not, can you recommend a fast one that I could plonk on a port?
>>
>
> I've written some thing using Ghostscript to display DataMatrix code, the
> idea was to feed gs with some
> part of the data matrix and let him do the png image. (using a port)
>
> But today you may use :
> http://www.terryburton.co.uk/barcodewriter/
>
> which is able to do every barcode you need, and more !
>
> Also look at this page which a wrote a long time ago about using
> ghostscript:
> http://easyerl.blogspot.com/search/label/ghostscript
> which will help you in using Ghostscript as a port...
>
>
>  Another alternative would be to write one myself - in that case, is there
>> a reference implementation I could test against?
>>
>> Regards,
>> Alex.
>>
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
>>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110407/05125cdf/attachment.htm>


More information about the erlang-questions mailing list