Generate images on the fly

G

Guest

Hello friends,

Ours is a garment factory. I have database(SQL Server)

The database table contains the measurements for the shirt to make.

I want to generate the shirt image on the fly.

means collar curvature, body and neck curvatures. It may contain many lines,
curves etc. After the image is generated, the user can able to edit to fix
the angles of the curves if wants to change. So, when the user drag any
curve(line with editing points or curve with editing points), it should
change accordingly. Meaning that fire an event for the dynamically generated
lines or curves. I have experience in VB.NET and ASP.NET database interaction
and development. I am not sure of the graphics.

How can I achieve my solution?
Any one can help me?

thanks in advance
 
K

Kevin Spencer

Study the System.Drawing namespace.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Complex things are made up of
lots of simple things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top