php barcode generator + image export?

Marco

New member
For serveral Reasons, I am wanting to have a barcode image generator.

It basicly generates a valid barcode and makes 1 image out of it.

I have found such generator, such as this one:
http://www.phphulp.nl/php/scripts/9/88/ (dutch btw)
sample of that code: http://www.nieko.net/tools/barcode.php

I dun really care if those are valid barcodes, but this is what I want.

My aim is to convert this form into a function, and then save the barcode image, without displaying it.

basicly, in the end, I want to have an function like:
createbarcodeimage($barcode,$coding,$override,$dispcod);

Unfortunately, I lack the skills on this area. ( creating/motifying images, saving/exporting them )

how do I export an generated Image without displaying it like in the sample?

Tutorials are not appriciated though.
thank you for the posts already, however till now u got me wrong.

In the end, there should be no kind of form like in the sample, but a function.
I want to save the generated imagefile directly to the server computer. No questions asked.
besides that, I dont want a generator to use. I want the source code for it. I have no intentions at all to go to an online generator on a different site for the things i'dd like to use it for.
 
Back
Top