Dec 19, 2000 #1 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++.
- 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++.
Dec 20, 2000 #2 palbano Programmer Oct 9, 1998 4,341 US > 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 Upvote 0 Downvote
> 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