Question
Using your imagination and the PNGWriter class, write a C++ program, which creates a graphics art image (or a combination of images), which utilizes at
Using your imagination and the PNGWriter class, write a C++ program, which creates a graphics art image (or a combination of images), which utilizes at least nine (9) of the PNGWriter class member functions. You should also list the functions names that you have used as comments in your source code file.
You are free to make your image(s) as abstract as you want and/or with a montage of other images, but the art must suggest a theme.
Add a city name ,and the art theme to some part of the image. Develop a GUI application in Visual C++ which will allow the following:
1. One PictureBox
. 2. One TextBox lined up above the PictureBox.
3. One button lined up below the PictureBox.
4. One more button to allow you to quit the program.
The button (under the pictureBox), when clicked, should allow for the user to create a PNG file as described above and display it into the PictureBox, after the PNG file is created. The image must be created (or recreated) whenever that button is clicked. In other words, it should not simply load up an already existing image.
The TextBox above the PictureBox should display the full path and name of the created image.
The second button, once clicked, should terminate the program.
Each button should be labelled appropriately.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started