C# method need for converting text to graphics
- From: Stratum <stratum101@xxxxxxxxxxx>
- Date: Wed, 12 Dec 2007 16:23:57 -0800 (PST)
I'm looking for some method, possibly in a .Net class that I don't
about, for converting a text image to an image file in GIF or
JPEG format. The application is a form (could be a Web form
or a Windows form on an Internet-connected computer) where
the user types the contents of a randomly generated string
which is displayed in the form of an image.
You would encounter such a form, for instance, when
registering a software product, or submitting some kind
of information on a form that you don't want submitted
by an automated mass mailer... in other words, a spammer.
The string on the image must be manually typed
in order to submit the form.
Generating the string is no problem. Rasterizing it to
an image is the big deal.
Anyone know of a method, preferably in C#?
.
- Follow-Ups:
- Re: C# method need for converting text to graphics
- From: Peter Duniho
- Re: C# method need for converting text to graphics
- From: Chris Mullins [MVP - C#]
- Re: C# method need for converting text to graphics
- Prev by Date: Re: VStudio 2005 Solution always rebuilding
- Next by Date: Re: not sure if there is an easy way to do this!
- Previous by thread: Re: not sure if there is an easy way to do this!
- Next by thread: Re: C# method need for converting text to graphics
- Index(es):
Relevant Pages
|