Generate images on the fly

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Study the System.Drawing namespace.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Complex things are made up of
lots of simple things.
 
Back
Top