Assignment 30 — image manipulation

Due Friday, April 17


Downloads


Clockwise rotation — module gray.py

mandrill
mandrill

Clockwise rotation — module cw.py

mandrill
mandrill

Palette reduction — module palette.py

mandrill
mandrill

abs(r1 - r2) + abs(g1 - g2) + abs(b1 - b2)

PALETTE8 = [ ( 0, 0, 0), (255,255,255), ( 0,255, 0), ( 0, 0,255),

  (255, 0, 0), (255,255, 0), (255, 0,255), ( 0,255,255) ]

 


 
  © 2020 Jim Cohoon   Resources from previous semesters are available.