Jython Programming 2

profileProfSteven

 Using Jython v5.2

Given a folder with images in it, create an HTML page named index.html that contains links to each JPEG file in the directory as follows:

  • Write a function that creates a string of the path to a directory
  • Generatea thumbnail (half the size) copy of each image
  • Use makeEmptyPicture to create a blank picture in the correct size, then scale down the original picture into the blank picture
  • Name the new image "half-" + the original filename (e.g., if the original filename was fred.jpg, save the half-size image as half-fred.jpg). The anchor in the link to each full-size picture should be the half-size image.

Capture a screenshot of your code and output. Paste the screenshot into a Word document.

  • 8 years ago
  • 50
Answer(1)

Purchase the answer to view it

blurred-text
  • attachment
    test2.py
  • attachment
    Untitled1.docx
  • attachment
    1.jpg
  • attachment
    2.jpg
  • attachment
    3.jpg
  • attachment
    5.jpg
  • attachment
    Screenshotfrom2018-10-1002-55-02.png
  • attachment
    Screenshotfrom2018-10-1002-55-07.png
  • attachment
    Screenshotfrom2018-10-1002-55-13.png
  • attachment
    Screenshotfrom2018-10-1021-35-13.png
  • attachment
    doc.docx
  • attachment
    temp.py
  • attachment
    Screenshotfrom2018-10-1021-35-13.png