Click here to Skip to main content
15,898,373 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello All,

I have to make a application like http://www.vistaprint.in/[^]

I mean user'd customize image text and provide image as per our requirement.
So How we acheive this? have anyone any idea for same?
Posted

1 solution

Firstly: you cannot change the background of a picture.

What you are looking for is a way to create a picture from a "box" with a background image, maybe a foreground image and some text. SVG, can be used to do all of this, and there are SVG to JPG/PNG scripts out there. You can also do this in other ways.

I would create a "div", which contains a "div" for the background, several on top of it, (layering is the name of the game) to have the text in, and whatever else you want.

Then you use AJAX/Silverlight/whatever to automatically update the divs according to the user's input. and on completion gather the information and compiling a PNG/JPG.

Do some creative Googling and see what you can find!

-Frank
 
Share this answer
 
Comments
rummer 26-Feb-14 7:52am    
Okay,

thanks for reply....
But what effort we have have to do for same?
Have any idea or any reference.
Frank R. Haugen 26-Feb-14 7:57am    
http://www.codeproject.com/Questions/302690/How-do-I-save-the-HTML-page-output-as-Image-in-Asp

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900