Click here to Skip to main content
15,891,679 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to create image from code for ex.

An Image with Specified Background Color.
A text will be draw on that background with another color.

-Image will be save as png and jpeg format.
-Image must be HD.
-Image text or backgound should not blur.

C#'s Graphics library not able to create HD image.

Like
http://s4.postimg.org/d4shto5yl/Untitled_1.jpg[^]
Posted
Comments
CPallini 14-Apr-15 8:51am    
What do you mean, exactly, with 'C#'s Graphics library not able to create HD image' ?
Mark Point 15-Apr-15 0:54am    
i need like svg image that is not blur with zoom
Style-7 14-Apr-15 12:51pm    
Use GDI+

1 solution

You're just drawing text on a background. What's so "HD" about that?

You're wrong about not being able to create an "HD" image, but then, you don't really define what you mean by that or what the image is being used for so it's impossible to tell you what to do.
 
Share this answer
 

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