2012/3/13 Marco Pivetta <[email protected]>

> Yeah, I can check tomorrow at work how I did that... Anyway, if you want to
> bind the image into an html, then you should base64 encode its contents. I
> wouldn't suggest that anyway.
> Marco Pivetta
>

Some time ago I wrote a ZF1 view helper to display barcodes, which can be
found here: https://gist.github.com/1318966. Usage:

<img src="data:image/png;base64,<?= this->barcode('my-code')?>">
-- 
Jurian Sluiman

Reply via email to