2011/2/2 Amichai Rotman <[email protected]>

> Hi,
>
> I am looking for a script to be used at a web site that will accept certain
> details as input (say: Name, Phone, etc.) and then convert it to a jpeg
> image file that will include a template (say: A diploma graphic) and the
> text entered incorporated...
>
> I hope I was clear enough....
>
> Thanks,
>
> Amichai.
>
>
You could write a simple HTML form with an action pointing to a PHP file,
and use very basic PHP image writing functions, e.g.
http://php.net/imagettftext to put data from $_GET into your image...

-- Shimi
_______________________________________________
Linux-il mailing list
[email protected]
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Reply via email to