Upload using formula or barcode

Upload using formula or barcode

Hi all, 
What I'm trying to do in total is create a barcode (image) in the view using input.feild...

i have used this script in a formula to generate image (barcode) 
<img src="http://chart.apis.google.com/chart?cht=qr&amp;chs=200x200&amp;chld=L |1&amp;chl=&quot; + input.feild +" alt="">&nbsp;

it works quite well however i need it to display the generated image in the views...

is there a way to get this done? I'm thinking of creating another formula to upload the image then render it using a "add notes" field but not sure of the formula to use. 

Any help would be appreciated.