Search found 3 matches

by leofelix
Mon Aug 23, 2010 4:36 am
Forum: PHP - Code
Topic: Changing a text value within a Image
Replies: 3
Views: 287

Re: Changing a text value within a Image

Thanks for your comments. My problem is, how to know the xy properties from an image (say jpg). and I also have around 10 text placeholders. I need to identify the placeholders xy at runtime
by leofelix
Mon Aug 23, 2010 4:35 am
Forum: PHP - Code
Topic: Changing a text value within a Image
Replies: 3
Views: 287

Re: Changing a text value within a Image

Thanks for your comments. I problem is how to know the xy properties from an image (say jpg). and I also have around 10 text placeholders. I need to identify the placeholders xy at runtime
by leofelix
Sun Aug 22, 2010 11:08 pm
Forum: PHP - Code
Topic: Changing a text value within a Image
Replies: 3
Views: 287

Changing a text value within a Image

Hello Everyone,

Have a corel draw image. I need to position some text placeholders in the image and save the image in a folder. During runtime I want to replace the text placeholders with database values and print the image using PHP. Can this be done. Please give your suggestions.