The purpose of this assignment is to use Python to merge several photographic elements into a single photo.

computer science

Description

The purpose of this assignment is to use Python to merge several photographic elements into a single photo.

  1. Search for and download a photograph of a jackrabbit.
  2. Use the web to search and download an image depicting a GCU campus or event.
  3. Locate and use your antelope photograph from Topic 1
  4. Take a head-to-toe photograph of yourself.
  5. The textbook outlines several ways to manipulate multiple images using Python. Choose one (or more) of these methods and use Python to collage the GCU photo (background), along with the jackrabbit and antelope photos (foreground).
  6. Trade the antelope horns with the jackrabbit ears to create 2 possible candidates for a Jackalope.
  7. Save the resulting (completed) image file.
  8. Create an HTML Web document within the GCU virtualization solution that displays the collaged image from step 7, and plays the blended WAV document that you created in Topic 5. Add a headline "Mythological Jackalope Discovered!"

Submit the following in compressed, zip file format:

  1. Your Python program. Naming convention is: firstInitial+lastName+Collage.py. Example: dharalson Collage.py
  2. At least one screen capture demonstrating that your program was functional.
  3. Zip file naming convention is: firstInitial+lastName+collage.zip


Related Questions in computer science category