Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I generate graphics/images

Status
Not open for further replies.

Chrix

Programmer
Dec 19, 2000
1
CH
- I'm working with Microsoft VC++
- WIN2000

Are there some tutorials, which explain how I can do some code which generates a jpg or gif graphic file?

Don't know anything about graphics in C++.
 
> jpg or gif graphic file

There are two basic ways to tackle that task.

1) Learn the file formats and write your own code to create the files based on your knowledge.

2) Use a pre-built library or control that will handle the file formats for you.

You can find all sorts of information for both on the internet.

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top