Use a brush to modify an image and write it into response (an example of applying a variable Text image to BBs on the Internet ).

Source: Internet
Author: User
People who often walk on to BBS should know that they should post a small gold medal and write a certain text on it.

Maybe this is no secret.

Today, I posted an ASP. NET implementation method. I think about how far away ASP was before. For more information, see the source.

Private   Void Page_load ( Object Sender, system. eventargs E)

{

String Drawstring =   This . Request [ " String " ];


Font drawfont =   New Font ( " @ 文 " , 16f );


Solidbrush drawbrush =   New Solidbrush (color. White );


Float X = 20f;

Float Y = 20f;


Stringformat drawformat =   New Stringformat ();


Drawformat. formatflags = Stringformatflags. directionvertical;


Bitmap bitmap = (Bitmap) bitmap. fromfile ( " F: \ golf.jpg " );


Graphics graphics = Graphics. fromimage (Bitmap );


Graphics. drawstring (drawstring, drawfont, drawbrush, X, Y, drawformat );


This . Response. contenttype =   " Image/JPEG " ;


Bitmap. Save ( This . Response. outputstream, imageformat. JPEG );

}

:

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.