Sections
Personal tools
You are here: Home » Faculty and Staff » Hale, Walker » November 29 » Homework Assignment Due December 6
 

Homework Assignment Due December 6

Write a program that takes all the files in hero\static and merges them into a single vertical image.

Assignment Due December 6, 2006

The output file should be 28 pixels wide by 464 pixels tall. (The widest image is 28 pixels. The tallest image is 29 pixels. There are 16 images, so 16 * 29 = 464.)

In order to do this, you will need to use the Image.load and Image.new functions to create a new empty image. You will also need the instance methods putpalette, paste, and save.

Added by walker.hale
Last modified 2006-11-29 04:49 PM