Posted by EyeBL2 on 03:47:00 10-11-2002
I have a question, can anyone tell me how this is done? Please go to this page to take a look at it.
http://www.thingsremembered.com/webapp/wcs/stores/servlet/PersonalizeItem?storeId=10001&storeIdReal=10001&langId=-1&catalogId=10001&URL=OrderItemDisplay&catEntryId=436661&productId=436661&categoryId=229&field1=0&qty=1&Submit22.x=101&Submit22.y=31
When you type in what you want to engrave, it dynamicaly creates an image with the font type and the lettering. If any one could help me out with that, it would be greatly apriciated. Thanks.
[ This Message was edited by: EyeBL2 on 2002-10-11 04:10 ]
Posted by dxprog on 07:01:00 10-11-2002
KaGez out to know because he did something simalar in the partyfish engine for registration.
[addsig]
Posted by sacah on 12:24:00 10-11-2002
that can be done in almost any language now days, for php there are image creation libraries that can do it, they can even create flash animations.
do a google search for php dynamic image creation
(-:
Posted by EyeBL2 on 23:32:00 10-11-2002
Thanks for the help. I'll try to find it by that means.
Posted by KaGez on 01:01:00 10-12-2002
EyeBL2:
You should take a look at the GD image library at php.net. For doing such things you'll probably need gd2 instead of 1, but it usually comes with the windows version, or any version bundled to a mainstream linux distribution.
I won't post any code, since it is really simple stuff, and there is a quite informative and easy to understand example on the php site:
http://www.php.net/manual/en/ref.image.php
Have a nice day
[addsig]